currentEvents property

List<String> get currentEvents

Implementation

List<String> get currentEvents {
  return _currentEvents;
}