stacked package
documentation
stacked
BaseViewModel
isBusy property
isBusy
isBusy
property
Null safety
bool
isBusy
Returns the busy status of the ViewModel
Implementation
bool get isBusy => busy(this);
stacked package
documentation
stacked
BaseViewModel
isBusy property
BaseViewModel class
Constructors
BaseViewModel
Properties
anyObjectsBusy
disposed
hasError
hashCode
hasListeners
initialised
isBusy
modelError
onModelReadyCalled
runtimeType
Methods
addListener
busy
clearErrors
dispose
error
hasErrorForKey
noSuchMethod
notifyListeners
onFutureError
removeListener
runBusyFuture
runErrorFuture
setBusy
setBusyForObject
setError
setErrorForObject
setInitialised
setOnModelReadyCalled
setupStream
skeletonData
toString
Operators
operator ==