RequestBuilder class abstract

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

Implementers

Constructors

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

Properties

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

addHeader(String key, dynamic value) RequestBuilder
addParam(String key, dynamic value) RequestBuilder
build() DioCall
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setHeader(Map<String, dynamic> header) RequestBuilder
setParams(dynamic params) RequestBuilder
toString() String
A string representation of this object.
inherited

Operators

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