NotificationEvent constructor
Implementation
NotificationEvent(enumerations.EventType? eventType, DateTime? timestamp) {
this.eventType = eventType;
this.timestamp = timestamp;
}
NotificationEvent(enumerations.EventType? eventType, DateTime? timestamp) {
this.eventType = eventType;
this.timestamp = timestamp;
}