EventType constructor
EventType({
- String? description,
- String? eventSchemaUri,
- List<
FilteringAttribute> ? filteringAttributes, - String? type,
Implementation
EventType({
this.description,
this.eventSchemaUri,
this.filteringAttributes,
this.type,
});