ajwah_bloc
ajwah_bloc
StateBase
<
T
>
getState method
getState
ajwah_bloc
ajwah_bloc
StateBase
<
T
>
getState method
StateBase class
Constructors
StateBase
Properties
hashCode
initialState
name
runtimeType
Methods
getState
mapActionToState
noSuchMethod
toString
Operators
operator ==
getState
method
T
getState
(
Store
store
)
Implementation
T getState(Store store) { return store.value[name] ?? initialState; }