cubix
cubix
ActionBase
<
TResult
,
TState
>
canDispatch method
canDispatch
canDispatch
method
Null safety
bool
canDispatch
(
Cubix
cubix
)
Implementation
bool canDispatch(Cubix cubix) { return cubix._dispatchTest is List<TState>; }
cubix
cubix
ActionBase
<
TResult
,
TState
>
canDispatch method
ActionBase class
Constructors
ActionBase
Properties
cancelled
cubix
dispatched
dispatcher
done
error
hashCode
result
runtimeType
state
success
Methods
all
allSettled
body
cancel
canDispatch
dispatch
dispose
inject
noSuchMethod
on
onBind
onDispatch
onDispose
onDone
onError
onInit
onSuccess
race
resolve
selfDispatch
toString
wait
watch
when
Operators
operator ==