stacked package
documentation
stacked
BaseViewModel
anyObjectsBusy property
anyObjectsBusy
anyObjectsBusy
property
Null safety
bool
anyObjectsBusy
Implementation
bool get anyObjectsBusy => _busyStates.values.any((busy) => busy);
stacked package
documentation
stacked
BaseViewModel
anyObjectsBusy 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 ==