PeripheralDTO constructor

const PeripheralDTO({
  1. bool? isConnected,
  2. List<PeripheralParamDTO>? parameters,
})

Implementation

const PeripheralDTO({
  this.isConnected,
  this.parameters,
});