withTotal method
- double value
Replaces BarRaceFrame.total with value.
Implementation
BarRaceFrame withTotal(double value) => copyWith(total: value);
Replaces BarRaceFrame.total with value.
BarRaceFrame withTotal(double value) => copyWith(total: value);