IotDataChanges constructor

IotDataChanges({
  1. SensorMini? sensor,
  2. String? startDate,
  3. String? endDate,
  4. double? timeDelta,
  5. bool? deleted,
  6. double? value,
  7. dynamic extraData,
  8. List<Together>? together,
  9. String? id,
})

Implementation

IotDataChanges(
    {this.sensor,
    this.startDate,
    this.endDate,
    this.timeDelta,
    this.deleted,
    this.value,
    this.extraData,
    this.together,
    this.id});