bodyBytes property

Uint8List get bodyBytes

Gets the body of the response, represented as a list of bytes.

Implementation

Uint8List get bodyBytes => _response.bodyBytes;