Event constructor
Event({
- Date? date,
- String? formattedType,
- FieldMetadata? metadata,
- String? type,
Implementation
Event({
this.date,
this.formattedType,
this.metadata,
this.type,
});