menu
fasq_hooks package
documentation
fasq_hooks.dart
CacheEntry<T>
estimateSize method
estimateSize method
dark_mode
light_mode
estimateSize
method
int
estimateSize
(
)
Estimates the size of this entry in bytes.
Implementation
int estimateSize() { return _estimateDataSize(data); }
fasq_hooks package
documentation
fasq_hooks
CacheEntry<T>
estimateSize method
CacheEntry class