ApiMultipartRequest class

Constructors

ApiMultipartRequest(Uri uri, String method)
factory

Properties

fields Map<String, String>
final
files List<MultipartFile>
final
hashCode int
The hash code for this object.
no setterinherited
request → MultipartRequest
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String name, String value) → dynamic
addFiles(String name, File file) Future<MultipartFile>
getRequest() → MultipartRequest
initialize() → MultipartRequest
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