NotificationArgs constructor
NotificationArgs({
- String? title,
- String? text,
- NotificationPayload? payload,
Implementation
NotificationArgs({
this.title,
this.text,
this.payload,
});