Advertisement constructor
Advertisement({})
Constructs an Advertisement.
Implementation
Advertisement({
this.name,
this.serviceUUIDs = const [],
this.serviceData = const {},
this.manufacturerSpecificData = const [],
});