usagePercentage property
Percentage of components that are used.
Implementation
double get usagePercentage =>
totalComponents > 0 ? (usedComponents / totalComponents) * 100 : 0;
Percentage of components that are used.
double get usagePercentage =>
totalComponents > 0 ? (usedComponents / totalComponents) * 100 : 0;