history property

  1. @override
HistoryManager<T> get history
override

Must be implemented by the using class to provide access to the history manager.

Implementation

@override
HistoryManager<T> get history => _transactions;