menu
spark_framework package
documentation
spark.dart
MultipartPart
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
List
<
int
>
>
get
stream
The stream of bytes for this part.
Implementation
Stream<List<int>> get stream => _original;
spark_framework package
documentation
spark
MultipartPart
stream property
MultipartPart class