withTimestamp method
- DateTime value
Replaces BarRaceFrame.timestamp with value.
Implementation
BarRaceFrame withTimestamp(DateTime value) => copyWith(timestamp: value);
Replaces BarRaceFrame.timestamp with value.
BarRaceFrame withTimestamp(DateTime value) => copyWith(timestamp: value);