menu
extensions package
documentation
caching.dart
ICacheEntry
value property
value property
dark_mode
light_mode
value
property
Object
?
get
value
Gets or sets the value of the cache entry.
Implementation
Object? get value;
set
value
(
Object
?
value
)
Implementation
set value(Object? value);
extensions package
documentation
caching
ICacheEntry
value property
ICacheEntry class