FAps constructor

FAps({
  1. FApsAlert? alert,
  2. num? badge,
  3. String? sound,
  4. bool? contentAvailable,
  5. bool? mutableContent,
  6. String? category,
  7. String? threadId,
  8. String? interruptionLevel,
})

Implementation

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