Store class

Constructors

Store(List<State> initialValues)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<StatePackage<State>>
no setter

Methods

modifyState<T extends State>(T modifier(T state)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(Listener<State> listener) → void
state<T>() → T
submitListener(Listener<State> listener) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited