buffer property

List<CausalEvent> get buffer

Unmodifiable view of the event buffer (oldest first).

Implementation

List<CausalEvent> get buffer => List.unmodifiable(_buffer);