bodyBytes property

  1. @override
Uint8List get bodyBytes
inherited

The bytes comprising the body of this response.

Implementation

@override
Uint8List get bodyBytes => inner.bodyBytes;