withTimestamp method

RangeAreaDataPoint withTimestamp(
  1. DateTime value
)

Replaces RangeAreaDataPoint.timestamp with value.

Implementation

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