EventType constructor
EventType({})
Implementation
EventType({
this.createTime,
this.enrichedEventPayloadSchema,
this.entityType,
this.eventPayloadSchema,
this.eventTypeId,
this.idPath,
this.name,
this.updateTime,
});