MessageNotification constructor
const
MessageNotification({
- required String title,
- required String body,
- required MessageNotificationTrigger trigger,
- String? action,
- List<
MessageNotificationAttachment> ? attachments, - List<
String> ? bodyLocArgs, - String? bodyLocKey,
- String? category,
- bool? contentAvailable,
- String? group,
- String? icon,
- int? notificationCount,
- String? notificationTimestamp,
- String? sound,
- String? subtitle,
- String? tag,
- String? threadIdentifier,
- List<
String> ? titleLocArgs, - String? titleLocKey,
Implementation
const MessageNotification({
required this.title,
required this.body,
required this.trigger,
this.action,
this.attachments,
this.bodyLocArgs,
this.bodyLocKey,
this.category,
this.contentAvailable,
this.group,
this.icon,
this.notificationCount,
this.notificationTimestamp,
this.sound,
this.subtitle,
this.tag,
this.threadIdentifier,
this.titleLocArgs,
this.titleLocKey,
});