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