ajwah_bloc
ajwah_bloc
AjwahStore
select<
T
> method
select
ajwah_bloc
ajwah_bloc
AjwahStore
select<
T
> method
AjwahStore class
Constructors
AjwahStore
Properties
actions
dispatcher
hashCode
runtimeType
Methods
dispatch
dispose
exportState
getState
importState
noSuchMethod
registerEffect
registerState
select
selectMany
toString
unregisterEffect
unregisterState
Operators
operator ==
select<
T
>
method
Stream
<
T
>
select
<
T
>(
String
stateName
)
Implementation
Stream<T> select<T>(String stateName) { return _store.map<T>((dic) => dic[stateName]).distinct(); }