RequestParams class

Available Extensions
Annotations
  • @freezed

Constructors

RequestParams({@Default(true) bool showErrorMsg, @Default("loading...") String loadingText, String? contentType, @Default({}) Map<String, dynamic> headers, @Default(true) bool showDefaultLoading, @JsonKey(name: 'data', toJson: _dataToJson) dynamic data, ResponseType? responseType, bool? nullParams, @igFreezedJson RequestEncoder? requestEncoder, @igFreezedJson DioStart? dioStart, bool? returnIsString, @igFreezedJson String? fullUrl, @igFreezedJson InterceptorCall? interceptorCall, @igFreezedJson UrlParseFormat? urlParseFormat, @igFreezedJson ResponseResultCallback? responseResultCallback, Map<String, dynamic>? extra, @igFreezedJson CancelToken? cancelToken, @igFreezedJson ProgressCallback? onSendCallback, @igFreezedJson ProgressCallback? onReceiveProgress, String? downloadUrl, @igFreezedJson File? savePath})
const
factory
RequestParams.fromJson(Map<String, dynamic> json)
factory

Properties

cancelToken → CancelToken?
no setterinherited
contentType String?
no setterinherited
copyWith → $RequestParamsCopyWith<RequestParams>
no setterinherited
data → dynamic
no setterinherited
dioStart DioStart?
no setterinherited
downloadUrl String?
no setterinherited
extra Map<String, dynamic>?
no setterinherited
fullUrl String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>
no setterinherited
interceptorCall InterceptorCall?
no setterinherited
loadingText String
no setterinherited
nullParams bool?
no setterinherited
onReceiveProgress → ProgressCallback?
no setterinherited
onSendCallback → ProgressCallback?
no setterinherited
requestEncoder → RequestEncoder?
no setterinherited
responseResultCallback ResponseResultCallback?
no setterinherited
responseType → ResponseType?
no setterinherited
returnIsString bool?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savePath File?
no setterinherited
showDefaultLoading bool
no setterinherited
showErrorMsg bool
no setterinherited
urlParseFormat UrlParseFormat?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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