BluetoothCharacteristicProperties constructor

BluetoothCharacteristicProperties(
  1. WebBluetoothCharacteristicProperties _properties
)

A constructor for new characteristic properties.

This should only be done by the library or if you're testing.

To get an instance use BluetoothCharacteristic.properties.

Implementation

BluetoothCharacteristicProperties(this._properties);