bodyText property

String get bodyText

Decodes and returns the buffered body as a UTF-8 string.

Implementation

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