Aps constructor

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

Implementation

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