KokoroStore<S> class

Constructors

KokoroStore(S _initialState, [Reducer<S>? reduce, KokoroStore? _main, S _map(Object)?, dynamic syncStream = false])

Properties

currentState → S
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>
no setter

Methods

child<T>(T map(S)) KokoroStore<T>
dispatch(Object action, [bool log = false]) → dynamic
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