history property
List<Event>
get
history
Historical Events for a stream.
Implementation
List<Event> get history => UnmodifiableListView(_history);
Historical Events for a stream.
List<Event> get history => UnmodifiableListView(_history);