ParameterResponseModel constructor
const
ParameterResponseModel({ - int? deviceid,
- String? $value,
- String? displayname,
- String? displayvalue,
- int? parameterdefinitionid,
- int? pdiid,
- String? name,
- int? id,
- int? datecreated,
- String? datetimecreated,
- int? datemodified,
- String? datetimemodified,
- String? sectionname,
})
Implementation
const ParameterResponseModel({
this.deviceid,
this.$value,
this.displayname,
this.displayvalue,
this.parameterdefinitionid,
this.pdiid,
this.name,
this.id,
this.datecreated,
this.datetimecreated,
this.datemodified,
this.datetimemodified,
this.sectionname,
});