menu
fluttery_framework package
documentation
view.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;
fluttery_framework package
documentation
view
Response<T>
bodyBytes property
Response class