body property

String body

The body of the request as string (assumes UTF-8 encoding).

Implementation

String get body => utf8.decode(bodyBytes);