DioRequest class abstract

author:Vans Z date: 2019/1/13 0013

Implementers

Constructors

DioRequest(DioHttp dioHttp, String url, {String? tag, dynamic params, Map<String, dynamic>? headerMap, Options? options})

Properties

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

Methods

build() DioCall
callRequest(Dio dio) Future<Response>
log() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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