TimeSeriesData constructor

TimeSeriesData({
  1. List<LabelValue>? labelValues,
  2. List<PointData>? pointData,
})

Implementation

TimeSeriesData({
  this.labelValues,
  this.pointData,
});