moderatePercent property

double get moderatePercent

Implementation

double get moderatePercent => total > 0 ? (moderate / total) * 100 : 0;