serviceData property

Implementation

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

Implementation

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