getTotalEventsRead method

int getTotalEventsRead()

Implementation

int getTotalEventsRead() {
  return eventsRead.values.sum;
}