PeripheralParamDTO constructor

const PeripheralParamDTO({
  1. int? definitionId,
  2. String? displayName,
  3. dynamic $value,
  4. bool? isReadOnly,
})

Implementation

const PeripheralParamDTO({
  this.definitionId,
  this.displayName,
  this.$value,
  this.isReadOnly,
});