RequestBuilder class
Constructors
- RequestBuilder(Success success, Fail fail, {ReceiveProgress? receiveProgress})
Properties
- fail → Fail
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- receiveProgress ↔ ReceiveProgress?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- success → Success
-
final
Methods
-
addHeader(
String key, dynamic value) → RequestBuilder -
addParam(
String key, dynamic value) → RequestBuilder -
getHeaders(
) → Map< String, dynamic> ? -
getHttpRequestMethod(
) → String -
getHttpRequestMethodTyp(
) → HttpRequestMethod -
getHttpRequestParam(
) → HttpRequestParam -
getIsFilterRequestParamsNullValue(
) → bool -
getParams(
) → Map< String, dynamic> ? -
getSavePath(
) → String? -
getUrl(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setHeaders(
Map< String, dynamic> headers) → RequestBuilder -
setHttpRequestMethod(
HttpRequestMethod httpRequestMethod) → RequestBuilder -
setHttpRequestParam(
HttpRequestParam httpRequestParam) → RequestBuilder -
setIsFilterRequestParamsNullValue(
bool isFilterRequestParamsNullValue) → RequestBuilder -
setParams(
Map< String, dynamic> params) → RequestBuilder -
setSavePath(
String savePath) → RequestBuilder -
setUrl(
String url) → RequestBuilder -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited