Kokoro<S, E> class abstract

Implementers
Available Extensions

Constructors

Kokoro(S initialState, [KokoroStore<S>? store])

Properties

currentState → S
no setter
handle → E
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Stream<S>
getter/setter pair

Methods

dispatch(dynamic action, [bool log = true]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reduce(dynamic action, S oldState) → S
store<ChildState>(ChildState map(S)) KokoroStore<ChildState>
toString() String
A string representation of this object.
inherited

Operators

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