CachedAliceHttpResponse class
ObjectBox Entity of AliceHttpResponse
.
- Available extensions
- Annotations
-
- @Entity()
Constructors
Properties
- body ↔ dynamic
-
getter/setter pairoverride
- dbBody ↔ String?
-
Custom data type converter of body.
getter/setter pair
- dbHeaders ↔ String?
-
Custom data type converter of headers.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
↔ Map<
String, 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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ int
-
getter/setter pairoverride
- status ↔ int?
-
getter/setter pairoverride
- stringify → bool?
-
If set to
true
, the toString method will be overridden to output this instance's props.no setter - time ↔ DateTime
-
getter/setter pairoverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCached(
) → CachedAliceHttpResponse -
Available on AliceHttpResponse, provided by the AliceHttpResponseExtension extension
ConvertsAliceHttpResponse
to CachedAliceHttpResponse. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited