FormRequest class

Inheritance

Constructors

FormRequest(DioHttp dioHttp, String url, {dynamic tag, dynamic paramMap, dynamic headerMap, dynamic options})

Properties

cancelToken ↔ CancelToken
getter/setter pairinherited
dioHttp DioHttp
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
headerMap Map<String, dynamic>?
getter/setter pairinherited
options ↔ Options?
getter/setter pairinherited
params ↔ dynamic
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
getter/setter pairinherited
url String
getter/setter pairinherited

Methods

build() DioCall
inherited
callRequest(Dio dio) Future<Response>
override
log() → void
inherited
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