DownloadRequest class

Description :接口请求体 @author zaze @date 2022/8/5 - 5:13

Inheritance

Constructors

DownloadRequest(String url, String savePath, {String? body, Map<String, dynamic>? queryParameters, Options? options, String? md5})

Properties

body String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
md5 String?
getter/setter pair
options ↔ Options?
getter/setter pairinherited
path String
getter/setter pairinherited
queryParameters Map<String, dynamic>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savePath String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
print() → dynamic
override
toString() String
A string representation of this object.
inherited

Operators

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