AdvertisementData constructor
AdvertisementData({})
Implementation
AdvertisementData({
required this.advName,
required this.txPowerLevel,
required this.appearance,
required this.connectable,
required this.manufacturerData,
required this.serviceData,
required this.serviceUuids,
});