history property
Must be implemented by the using class to provide access to the history manager.
Implementation
@override
HistoryManager<T> get history => _transactions;
Must be implemented by the using class to provide access to the history manager.
@override
HistoryManager<T> get history => _transactions;