manufacturerData property

BluetoothManufacturerDataMap manufacturerData

Implementation

BluetoothManufacturerDataMap get manufacturerData =>
    js_util.getProperty(this, 'manufacturerData');
void manufacturerData=(BluetoothManufacturerDataMap newValue)

Implementation

set manufacturerData(BluetoothManufacturerDataMap newValue) {
  js_util.setProperty(this, 'manufacturerData', newValue);
}