PeripheralValueUpdateV3Body constructor

const PeripheralValueUpdateV3Body({
  1. bool? $value,
})

Implementation

const PeripheralValueUpdateV3Body({
  this.$value,
});