events property

List<Event> get events

newest events will be at index 0 apparently

Implementation

List<Event> get events => chunk.events;