NotificationFields constructor

NotificationFields({
  1. String? eventName,
  2. List<NotificationArgs>? args,
})

Implementation

NotificationFields({
  this.eventName,
  this.args,
});