PeripheralV2 constructor

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

Implementation

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