eventCount property
int
get
eventCount
Gets the number of events in the buffer.
Implementation
int get eventCount => _events.length;
Gets the number of events in the buffer.
int get eventCount => _events.length;