EventTypeList constructor

const EventTypeList(
  1. List<EventType> eventTypes
)

Implementation

const EventTypeList(this.eventTypes);