Event constructor
Event({})
Implementation
Event({
this.date,
this.eventCategories,
this.eventId,
this.message,
this.severity,
this.sourceIdentifier,
this.sourceType,
});
Event({
this.date,
this.eventCategories,
this.eventId,
this.message,
this.severity,
this.sourceIdentifier,
this.sourceType,
});