Aps constructor

Aps({
  1. String? alert,
  2. ApsAlert? alertDetails,
  3. int? badge,
  4. String? sound,
  5. String? category,
  6. String? threadId,
  7. bool? contentAvailable,
  8. bool? mutableContent,
  9. Map<String, dynamic>? customData,
})

Implementation

Aps({
  this.alert,
  this.alertDetails,
  this.badge,
  this.sound,
  this.category,
  this.threadId,
  this.contentAvailable,
  this.mutableContent,
  this.customData,
});