DownloadRequest class

Inheritance

Constructors

DownloadRequest(DioHttp dioHttp, String url, String? savePath, {dynamic progress, 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
progress ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savePath String?
latefinal
tag String?
getter/setter pairinherited
url String
getter/setter pairinherited

Methods

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