bodyBytes property

  1. @override
Uint8List get bodyBytes

The bytes comprising the body of this response.

Implementation

@override
Uint8List get bodyBytes => _response.bodyBytes;