history property

  1. @override
List<EventBusHistoryEntry> history
override

The history of events

Implementation

@override
List<EventBusHistoryEntry> get history => List.unmodifiable(_history);