CacheModel<S extends Serializable> class

Constructors

CacheModel.new({required Serializable value})

Properties

cls Type
final
hashCode int
The hash code for this object.
no setterinherited
items List<Serializable>
final
key String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Serializable
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setItems(List<Serializable> items) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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