textBody property

String? textBody

The body of this response, decoded as UTF-8.

Will be null if the body was not valid UTF-8.

See also:

  • jsonBody, for getting the body decoded as JSON.

Implementation

String? get textBody;