ResOptions class

Constructors

ResOptions({required ReqOptions requestOptions, required dynamic data, int? statusCode, String? statusMessage, Map<String, List<String>>? headersMap, bool? isResponseFromCache})

Properties

apiSpendTime String
no setter
data ↔ dynamic
getter/setter pair
detailLogJsonMap Map<String, dynamic>
no setter
duration int
no setter
fullUrl String
no setter
hashCode int
The hash code for this object.
no setterinherited
headersMap Map<String, List<String>>?
getter/setter pair
id int
no setter
isResponseFromCache bool?
getter/setter pair
logJsonMap Map<String, dynamic>
no setter
requestOptions ReqOptions
getter/setter pair
responseTime DateTime
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int?
Http status code.
getter/setter pair
statusMessage String?
Returns the reason phrase associated with the status code. The reason phrase must be set before the body is written to. Setting the reason phrase after writing to the body.
getter/setter pair

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