PointData constructor

PointData({
  1. TimeInterval? timeInterval,
  2. List<TypedValue>? values,
})

Implementation

PointData({
  this.timeInterval,
  this.values,
});