textBody property

String? textBody
latefinal

The UTF-8 decoded body of the response.

Will be null if body is not a valid UTF-8 string.

Implementation

late final String? textBody;