CachedAliceHttpCall class

ObjectBox Entity of AliceHttpCall.

Available extensions
Annotations

Constructors

CachedAliceHttpCall(int id, {int objectId = 0, DateTime? createdTime, String client = '', bool loading = true, bool secure = false, String method = '', String endpoint = '', String server = '', String uri = '', int duration = 0})

Properties

client String
getter/setter pairoverride
createdTime DateTime
getter/setter pairoverride-getter
duration int
getter/setter pairoverride
endpoint String
getter/setter pairoverride
error ↔ AliceHttpError?
getter/setter pairoverride
errorRel ToOne<CachedAliceHttpError>
ToOne relation of error.
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
loading bool
getter/setter pairoverride
method String
getter/setter pairoverride
objectId int
ObjectBox internal ID.
getter/setter pair
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
request ↔ AliceHttpRequest?
getter/setter pairoverride
requestRel ToOne<CachedAliceHttpRequest>
ToOne relation of request.
final
response ↔ AliceHttpResponse?
getter/setter pairoverride
responseRel ToOne<CachedAliceHttpResponse>
ToOne relation of response.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secure bool
getter/setter pairoverride
server String
getter/setter pairoverride
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setter
uri String
getter/setter pairoverride

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