history

List<S> get history

Returns the current history of states.

Implementation

List<S> get history => List.unmodifiable(_history);