properties property
BluetoothCharacteristicProperties
get
properties
Get the properties of the BluetoothCharacteristic. This will contain the properties of what the BluetoothCharacteristic does and doesn't support.
See hasProperties or BluetoothCharacteristicProperties.hasProperties to see if the current browser has properties implemented
Implementation
BluetoothCharacteristicProperties get properties => _properties;