MultipartPart class

Represents a part in a multipart request.

Constructors

MultipartPart(MimeMultipart _original)

Properties

filename String?
The filename if this part is a file.
no setter
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
The headers of this part.
no setter
name String?
The name of the form field.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<List<int>>
The stream of bytes for this part.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readString() Future<String>
Reads the part content as a string (utf8 decoded).
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited