menu
getx_extended_dart package
documentation
export.dart
Response<T>
bodyBytes property
bodyBytes property
dark_mode
light_mode
bodyBytes
property
Stream
<
List
<
int
>
>
?
bodyBytes
final
The response body as a Stream of Bytes.
Implementation
final Stream<List<int>>? bodyBytes;
getx_extended_dart package
documentation
export
Response<T>
bodyBytes property
Response class