body property Null safety

TestResponseBody body
final

The HTTP body of the response.

The body is guaranteed to be decoded prior to accessing it. You do not need to invoke TestResponseBody.decode or any of its asynchronous decoding methods.

Implementation

final TestResponseBody body;