CallCacheModel class

Annotations
  • @HiveType.new(typeId: 1)

Constructors

CallCacheModel({String? data, String? path, String? uri, String? queryParameters, String? method, String? baseUrl, String? connectTimeout, String? contentType, String? extra, String? followRedirects, String? listFormat, String? receiveTimeout, String? responseType, String? headers, String? validateStatus, String? isCompleted, String? response, String? statusCode, String? eventMessage, String? startDate, String? endDate, String? totalSent, int? order, String? totalReceived})

Properties

baseUrl String?
getter/setter pair
box → BoxBase?
Get the box in which this object is stored. Returns null if object has not been added to a box yet.
no setterinherited
connectTimeout String?
getter/setter pair
contentType String?
getter/setter pair
data String?
getter/setter pair
endDate String?
getter/setter pair
eventMessage String?
getter/setter pair
extra String?
getter/setter pair
followRedirects String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers String?
getter/setter pair
isCompleted String?
getter/setter pair
isInBox bool
Returns whether this object is currently stored in a box.
no setterinherited
key → dynamic
Get the key associated with this object. Returns null if object has not been added to a box yet.
no setterinherited
listFormat String?
getter/setter pair
method String?
getter/setter pair
order int?
getter/setter pair
path String?
getter/setter pair
queryParameters String?
getter/setter pair
receiveTimeout String?
getter/setter pair
response String?
getter/setter pair
responseType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate String?
getter/setter pair
statusCode String?
getter/setter pair
totalReceived String?
getter/setter pair
totalSent String?
getter/setter pair
uri String?
getter/setter pair
validateStatus String?
getter/setter pair

Methods

copyWith({String? data, String? path, String? uri, String? queryParameters, String? method, String? baseUrl, String? connectTimeout, String? contentType, String? extra, String? followRedirects, String? listFormat, String? receiveTimeout, String? responseType, String? headers, String? validateStatus, String? isCompleted, String? date, String? response, String? statusCode, String? eventMessage, String? startDate, String? endDate, String? totalSent, String? totalReceived, int? order}) CallCacheModel
delete() Future<void>
Deletes this object from the box it is stored in.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Future<void>
Persists this object.
inherited
toString() String
A string representation of this object.
inherited

Operators

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