ReqOptions class

Constructors

ReqOptions({String? baseUrl, required String path, String? method, String? contentType, Map<String, dynamic>? headers, Map<String, dynamic>? params, dynamic data, bool? isRequestCache, required DateTime requestTime})

Properties

baseUrl String?
getter/setter pair
bodyJsonMap Map<String, dynamic>
no setter
contentType String?
getter/setter pair
data ↔ dynamic
getter/setter pair
detailLogJsonMap Map<String, dynamic>
no setter
fullUrl String
no setter
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>?
getter/setter pair
id int
no setter
isRequestCache bool?
getter/setter pair
method String?
getter/setter pair
params Map<String, dynamic>?
getter/setter pair
path String
getter/setter pair
requestTime DateTime
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
generate uri
no setter

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