body property

HttpBody body

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

Implementation

HttpBody get body => _body;