GeneratorResponseModel constructor

const GeneratorResponseModel({
  1. int? id,
  2. String? serialnumber,
  3. String? displayname,
  4. String? lat,
  5. String? long,
  6. String? address1,
  7. String? city,
  8. String? state,
  9. String? postalcode,
  10. dynamic ipaddress,
  11. bool? isconnected,
  12. bool? isshutdownalert,
  13. int? datelastconnected,
  14. String? datetimelastconnected,
  15. String? lastconnectedrelativetime,
  16. String? devicestate,
  17. int? alertcnt,
  18. String? status,
  19. String? modelnumber,
  20. int? lastdevicestateupdated,
  21. String? lastdevicestateupdateddatetimeutc,
  22. String? switchstate,
})

Implementation

const GeneratorResponseModel({
  this.id,
  this.serialnumber,
  this.displayname,
  this.lat,
  this.long,
  this.address1,
  this.city,
  this.state,
  this.postalcode,
  this.ipaddress,
  this.isconnected,
  this.isshutdownalert,
  this.datelastconnected,
  this.datetimelastconnected,
  this.lastconnectedrelativetime,
  this.devicestate,
  this.alertcnt,
  this.status,
  this.modelnumber,
  this.lastdevicestateupdated,
  this.lastdevicestateupdateddatetimeutc,
  this.switchstate,
});