Advertising constructor

Advertising({
  1. Map<String, dynamic>? schedule,
  2. String? podmessage,
  3. required String client,
  4. bool? debug,
  5. String? tag,
})

Implementation

Advertising({
  this.schedule,
  this.podmessage,
  required this.client,
  this.debug,
  this.tag,
});