WebBluetoothCharacteristicProperties.fromJSObject constructor
WebBluetoothCharacteristicProperties.fromJSObject(
- Object _jsObject
Create a new instance from a js object.
This should only be done by the library or if you're testing.
To get an instance use WebBluetoothRemoteGATTCharacteristic.properties.
Implementation
WebBluetoothCharacteristicProperties.fromJSObject(this._jsObject);