EventsList constructor

EventsList(
  1. List<EventInfo> listEvents
)

Implementation

EventsList(this.listEvents);