withTimestamp method

BarRaceFrame withTimestamp(
  1. DateTime value
)

Replaces BarRaceFrame.timestamp with value.

Implementation

BarRaceFrame withTimestamp(DateTime value) => copyWith(timestamp: value);