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