events property

List<BayesEvent> get events

Implementation

List<BayesEvent> get events => UnmodifiableListView(_events);