menu
tenun package
documentation
core/chart_cache.dart
ChartObjectCacheStats
hitRate property
hitRate property
dark_mode
light_mode
hitRate
property
double
get
hitRate
Implementation
double get hitRate => requests == 0 ? 0 : hits / requests;
tenun package
documentation
core/chart_cache
ChartObjectCacheStats
hitRate property
ChartObjectCacheStats class