ProgressTimeseries constructor

ProgressTimeseries({
  1. double? currentProgress,
  2. List<Point>? dataPoints,
})

Implementation

ProgressTimeseries({
  this.currentProgress,
  this.dataPoints,
});