EventListResponse constructor

EventListResponse(
  1. List<Event> data,
  2. int total
)

Implementation

EventListResponse(this.data, this.total);