Aps constructor

Aps({
  1. ApsAlert? alert,
  2. num? badge,
  3. CriticalSound? sound,
  4. bool? contentAvailable,
  5. bool? mutableContent,
  6. String? category,
  7. String? threadId,
})

Implementation

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