EventType constructor

EventType({
  1. String? description,
  2. String? eventSchemaUri,
  3. List<FilteringAttribute>? filteringAttributes,
  4. String? type,
})

Implementation

EventType({
  this.description,
  this.eventSchemaUri,
  this.filteringAttributes,
  this.type,
});