SamplingSchedule constructor

const SamplingSchedule({
  1. int? samplingScheduleType,
  2. int? registerMapId,
  3. int? intervalSeconds,
})

Implementation

const SamplingSchedule({
  this.samplingScheduleType,
  this.registerMapId,
  this.intervalSeconds,
});