ADMMessage constructor

ADMMessage({
  1. Action? action,
  2. String? body,
  3. String? consolidationKey,
  4. Map<String, String>? data,
  5. String? expiresAfter,
  6. String? iconReference,
  7. String? imageIconUrl,
  8. String? imageUrl,
  9. String? md5,
  10. String? rawContent,
  11. bool? silentPush,
  12. String? smallImageIconUrl,
  13. String? sound,
  14. Map<String, List<String>>? substitutions,
  15. String? title,
  16. String? url,
})

Implementation

ADMMessage({
  this.action,
  this.body,
  this.consolidationKey,
  this.data,
  this.expiresAfter,
  this.iconReference,
  this.imageIconUrl,
  this.imageUrl,
  this.md5,
  this.rawContent,
  this.silentPush,
  this.smallImageIconUrl,
  this.sound,
  this.substitutions,
  this.title,
  this.url,
});