clearTimestamp method
Clears BarRaceFrame.timestamp to null.
Implementation
BarRaceFrame clearTimestamp() => copyWith(clearTimestamp: true);
Clears BarRaceFrame.timestamp to null.
BarRaceFrame clearTimestamp() => copyWith(clearTimestamp: true);