totalInGB property
double
get
totalInGB
Implementation
double get totalInGB => _totalInGB;
set
totalInGB
(double value)
Implementation
set totalInGB(double value) {
_totalInGB = value;
_calcPercentages();
}