manufacturerData property
      
      BluetoothManufacturerDataMap
      get
      manufacturerData
      
    
    
    
Implementation
BluetoothManufacturerDataMap get manufacturerData =>
    js_util.getProperty(this, 'manufacturerData');
      
      set
      manufacturerData
      (BluetoothManufacturerDataMap newValue) 
      
    
    
    
Implementation
set manufacturerData(BluetoothManufacturerDataMap newValue) {
  js_util.setProperty(this, 'manufacturerData', newValue);
}