ParameterResponseModel constructor

const ParameterResponseModel({
  1. int? deviceid,
  2. String? $value,
  3. String? displayname,
  4. String? displayvalue,
  5. int? parameterdefinitionid,
  6. int? pdiid,
  7. String? name,
  8. int? id,
  9. int? datecreated,
  10. String? datetimecreated,
  11. int? datemodified,
  12. String? datetimemodified,
  13. 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,
});