EventType constructor
EventType({
- EventTypeCategory? category,
- String? code,
- String? service,
Implementation
EventType({
this.category,
this.code,
this.service,
});