GeneratorResponseModel constructor
const
GeneratorResponseModel({ - int? id,
- String? serialnumber,
- String? displayname,
- String? lat,
- String? long,
- String? address1,
- String? city,
- String? state,
- String? postalcode,
- dynamic ipaddress,
- bool? isconnected,
- bool? isshutdownalert,
- int? datelastconnected,
- String? datetimelastconnected,
- String? lastconnectedrelativetime,
- String? devicestate,
- int? alertcnt,
- String? status,
- String? modelnumber,
- int? lastdevicestateupdated,
- String? lastdevicestateupdateddatetimeutc,
- 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,
});