GetActiveAlertResponseModel constructor

const GetActiveAlertResponseModel({
  1. int? deviceeventid,
  2. String? name,
  3. int? deviceId,
  4. int? eventtime,
  5. String? eventdatetime,
  6. int? datecreated,
  7. String? datetimecreated,
})

Implementation

const GetActiveAlertResponseModel({
  this.deviceeventid,
  this.name,
  this.deviceId,
  this.eventtime,
  this.eventdatetime,
  this.datecreated,
  this.datetimecreated,
});