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