BleAdvertisementData constructor
const
BleAdvertisementData({})
Implementation
const BleAdvertisementData({
required this.connectable,
this.advName = '',
this.txPowerLevel,
this.appearance,
this.manufacturerData = const <int, List<int>>{},
this.serviceData = const <String, List<int>>{},
this.serviceUuids = const <String>[],
});