jsonBody property

dynamic jsonBody
latefinal

The JSON decoded body of the response.

Will be null and hasJsonBody will be false if textBody is not a valid JSON string.

Implementation

late final dynamic jsonBody;