BluetoothAdvertisingEventInit constructor
      
      BluetoothAdvertisingEventInit({ 
    
    
- required BluetoothDevice device,
- dynamic uuids,
- String? name,
- int? appearance,
- int? txPower,
- int? rssi,
- BluetoothManufacturerDataMap? manufacturerData,
- BluetoothServiceDataMap? serviceData,
Implementation
external factory BluetoothAdvertisingEventInit(
    {required BluetoothDevice device,
    dynamic uuids,
    String? name,
    int? appearance,
    int? txPower,
    int? rssi,
    BluetoothManufacturerDataMap? manufacturerData,
    BluetoothServiceDataMap? serviceData});