Aps constructor

Aps({
  1. Alert? alert,
  2. int? badge,
  3. String? sound,
})

Implementation

Aps({
  this.alert,
  this.badge,
  this.sound,
});