DataSimpleCache<T> class

Constructors

DataSimpleCache({required T value})

Properties

cacheValue → T
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ T
明面值
getter/setter pair

Methods

coverCache() → void
更新缓存
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restore() → void
重置值
toString() String
A string representation of this object.
inherited

Operators

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