GCMMessage constructor

GCMMessage({
  1. Action? action,
  2. String? body,
  3. String? collapseKey,
  4. Map<String, String>? data,
  5. String? iconReference,
  6. String? imageIconUrl,
  7. String? imageUrl,
  8. String? priority,
  9. String? rawContent,
  10. String? restrictedPackageName,
  11. bool? silentPush,
  12. String? smallImageIconUrl,
  13. String? sound,
  14. Map<String, List<String>>? substitutions,
  15. int? timeToLive,
  16. String? title,
  17. String? url,
})

Implementation

GCMMessage({
  this.action,
  this.body,
  this.collapseKey,
  this.data,
  this.iconReference,
  this.imageIconUrl,
  this.imageUrl,
  this.priority,
  this.rawContent,
  this.restrictedPackageName,
  this.silentPush,
  this.smallImageIconUrl,
  this.sound,
  this.substitutions,
  this.timeToLive,
  this.title,
  this.url,
});