serviceData property

BluetoothServiceDataMap get serviceData

Implementation

BluetoothServiceDataMap get serviceData =>
    js_util.getProperty(this, 'serviceData');
set serviceData (BluetoothServiceDataMap newValue)

Implementation

set serviceData(BluetoothServiceDataMap newValue) {
  js_util.setProperty(this, 'serviceData', newValue);
}