NotificationData constructor
const
NotificationData({
- String? title,
- String? body,
- NotificationType type = NotificationType.info,
Implementation
const NotificationData({
this.title,
this.body,
this.type = NotificationType.info,
});