ApsAlert constructor

ApsAlert({
  1. String? title,
  2. String? body,
  3. String? titleLocKey,
  4. List<String>? titleLocArgs,
  5. String? subtitle,
  6. String? subtitleLocKey,
  7. List<String>? subtitleLocArgs,
  8. String? bodyLocKey,
  9. List<String>? bodyLocArgs,
  10. String? launchImage,
})

Implementation

ApsAlert({
  this.title,
  this.body,
  this.titleLocKey,
  this.titleLocArgs,
  this.subtitle,
  this.subtitleLocKey,
  this.subtitleLocArgs,
  this.bodyLocKey,
  this.bodyLocArgs,
  this.launchImage,
});