HistoryBuilder<T> class

Inheritance

Constructors

HistoryBuilder(RootState<T> root, [Map<State, Iterable<State>> entries = const {}])

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

add(State<T> s, Iterable<State<T>> values) → void
build() History<T>
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
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