NotificationMessage constructor
const
NotificationMessage({})
Implementation
const NotificationMessage({
required this.title,
required this.body,
this.email,
this.phone,
this.deviceToken,
this.data = const {},
});