history property

List<Event> history

Historical Events for a stream.

Implementation

List<Event> get history => UnmodifiableListView(_history);