Event constructor
Event({
- DateTime? date,
- String? message,
- String? sourceIdentifier,
- SourceType? sourceType,
Implementation
Event({
this.date,
this.message,
this.sourceIdentifier,
this.sourceType,
});