menu
basecraft package
documentation
core/packages.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;
basecraft package
documentation
core/packages
Response<T>
bodyBytes property
Response class