poorPercent property

double get poorPercent

Implementation

double get poorPercent => total > 0 ? (poor / total) * 100 : 0;