ReduxStateNotify<TState extends ReduxState> class

Store.state更新イベントを通知する.

Annotations

Properties

action ReduxAction<TState>
ステート変更を行ったAction.
final
actionUpdateNumber int
このActionでの更新回数
final
done bool
更新終了メッセージの場合はtrue.
no setter
hashCode int
The hash code for this object.
no setterinherited
newState → TState
更新後のState.
final
oldState → TState
更新前のState.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeUpdateNumber int
Store全体の更新回数
final

Methods

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