extractionHitRate property
double
get
extractionHitRate
Implementation
double get extractionHitRate =>
extractionLookups == 0 ? 0 : extractionHits / extractionLookups;
double get extractionHitRate =>
extractionLookups == 0 ? 0 : extractionHits / extractionLookups;