NotificationFields constructor
NotificationFields({
- String? eventName,
- List<
NotificationArgs> ? args,
Implementation
NotificationFields({
this.eventName,
this.args,
});