body property

String body
latefinal

The decoded body (using UTF-8).

For custom processing, use data to get the raw body bytes.

Implementation

late final String body;