Timeseries constructor
Creates an empty timeseries.
name, isReported, and useCustomWarmUp must not be null.
Implementation
Timeseries(this.name, this.isReported, {this.useCustomWarmUp = false})
: _warmUpFrameCount = useCustomWarmUp ? 0 : null;