StreamedMultipart class final
A multipart body, delivered a part at a time.
Constructors
-
StreamedMultipart(Stream<
MultipartPart> parts) -
Wraps the
partsstream.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parts
→ Stream<
MultipartPart> -
The parts, in the order the client sent them.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
forEachPart(
FutureOr< void> onPart(MultipartPart part)) → Future<void> -
Runs
onPartfor each part, discarding any it did not read. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited