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