menu
anteater package
documentation
metrics/metrics_aggregator.dart
RatingDistribution
poorPercent property
poorPercent property
dark_mode
light_mode
poorPercent
property
double
get
poorPercent
Implementation
double get poorPercent => total > 0 ? (poor / total) * 100 : 0;
anteater package
documentation
metrics/metrics_aggregator
RatingDistribution
poorPercent property
RatingDistribution class