SyncMultiPartBodySerializer class
Serializes a multipart request body.
Constructors
-
SyncMultiPartBodySerializer.new({String? boundary, Iterable<
HttpPacketMixin> parts = const [], Random? random}) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → MultiPartBodySerializationResult -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited