Filter constructor

Filter({
  1. List<String>? eventType,
})

Implementation

Filter({
  this.eventType,
});