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