ApsAlert constructor

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

Implementation

ApsAlert({
  this.title,
  this.subtitle,
  this.body,
  this.locKey,
  this.locArgs,
  this.titleLocKey,
  this.titleLocArgs,
  this.subtitleLocKey,
  this.subtitleLocArgs,
  this.actionLocKey,
  this.launchImage,
});