clearTotal method

BarRaceFrame clearTotal()

Clears BarRaceFrame.total to null.

Implementation

BarRaceFrame clearTotal() => copyWith(clearTotal: true);