EventSendV3Body constructor

const EventSendV3Body({
  1. DeviceEventId? id,
  2. DeviceEventLevelDTO? level,
  3. String? controllerOnTime,
  4. String? engineRuntime,
  5. FmiDTO? fmi,
  6. bool? isDateTimeEstimated,
  7. bool? active,
  8. DateTime? dateTime,
  9. ParameterId? parameterId,
  10. dynamic oldValue,
  11. dynamic newValue,
})

Implementation

const EventSendV3Body({
  this.id,
  this.level,
  this.controllerOnTime,
  this.engineRuntime,
  this.fmi,
  this.isDateTimeEstimated,
  this.active,
  this.dateTime,
  this.parameterId,
  this.oldValue,
  this.newValue,
});