CurveDatum constructor

CurveDatum({
  1. int? serNum,
  2. int? targetUnitType,
  3. double? barSet,
  4. double? flowSet,
  5. double? timeSet,
  6. double? weightSet,
  7. int? intervalTime,
})

Implementation

CurveDatum({
  this.serNum,
  this.targetUnitType,
  this.barSet,
  this.flowSet,
  this.timeSet,
  this.weightSet,
  this.intervalTime,
});