body property

  1. @override
HttpBody body
override

This response's body. Provides synchronous access to the response body as bytes, text, or JSON.

Implementation

@override
HttpBody get body => _response.body;