EventNotification constructor
EventNotification({})
Creates a new event notification.
Implementation
EventNotification({
this.eventToNotify,
this.eventDetails,
this.rejectedMessage,
this.timeStamp,
Map<String, dynamic>? additionalAttributes,
}) : additionalAttributes = additionalAttributes ?? <String, dynamic>{};