RequestParams class
这是一个请求参数包装类
Constructors
Properties
- baseUrl ↔ String
-
这是一个基础url的参数
getter/setter pair
- filePath ↔ String
-
这是一个单个上传文件路径
getter/setter pair
-
filePathList
↔ List<
String> -
这是多个上传文件路径
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
↔ Map<
String, dynamic> -
这是一个请求头参数
getter/setter pair
-
params
↔ Map<
String, dynamic> -
这是一个请求参数
getter/setter pair
- queryUrl ↔ String
-
这是一个请求url
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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