total property
double?
get
total
The total number of units working towards. For percent/ratio based tracking, this will be 100
Implementation
double? get total => _total;
The total number of units working towards. For percent/ratio based tracking, this will be 100
double? get total => _total;