MultipartBody class
- Inheritance
- Object
- RequestBody
- MultipartBody
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
boundary(
) → String -
contentLength(
) → int -
override
-
contentType(
) → MediaType -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
parts(
) → List< Part> -
size(
) → int -
source(
) → Stream< List< int> > -
override
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
type(
) → MediaType
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited