GCMMessage constructor
GCMMessage({
- Action? action,
- String? body,
- String? collapseKey,
- Map<
String, String> ? data, - String? iconReference,
- String? imageIconUrl,
- String? imageUrl,
- String? priority,
- String? rawContent,
- String? restrictedPackageName,
- bool? silentPush,
- String? smallImageIconUrl,
- String? sound,
- Map<
String, List< ? substitutions,String> > - int? timeToLive,
- String? title,
- 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,
});