body property

  1. @override
MutableBody get body
override

The body of the request, resolved from the original payload.

!!! Important !!!
This field can only be accessed after calling resolvePayload. If the body is not resolved, this field will throw an exception, UnresolvedPayloadException.

Implementation

@override
MutableBody get body;