ADMMessage constructor
ADMMessage({
- Action? action,
- String? body,
- String? consolidationKey,
- Map<
String, String> ? data, - String? expiresAfter,
- String? iconReference,
- String? imageIconUrl,
- String? imageUrl,
- String? md5,
- String? rawContent,
- bool? silentPush,
- String? smallImageIconUrl,
- String? sound,
- Map<
String, List< ? substitutions,String> > - String? title,
- 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,
});