clearTimestamp method

RangeAreaDataPoint clearTimestamp()

Clears RangeAreaDataPoint.timestamp to null.

Implementation

RangeAreaDataPoint clearTimestamp() => copyWith(clearTimestamp: true);