BluetoothDescriptor constructor

BluetoothDescriptor(
  1. WebBluetoothRemoteGATTDescriptor _descriptor
)

A constructor for a new characteristic descriptor.

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

To get an instance use BluetoothCharacteristic.getDescriptor or BluetoothCharacteristic.getDescriptors.

Implementation

BluetoothDescriptor(this._descriptor);