DeviceAttributeParams constructor

const DeviceAttributeParams(
  1. int value
)

The value of the attribute

Implementation

const DeviceAttributeParams(this.value);