History<T> class

Inheritance

Constructors

History(RootState<T> root, [dynamic entries])

Properties

entries Map<State<T>, Iterable<State<T>>>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
keys Iterable<State<T>>
no setterinherited
root RootState<T>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(State<T> state) bool
inherited
find(String id) Iterable<State<T>>?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBuilder() HistoryBuilder<T>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](State<T> probe) Iterable<State<T>>?
inherited