stacked package
documentation
stacked
BaseViewModel
modelError property
modelError
modelError
property
Null safety
dynamic
modelError
Returns the error status of the ViewModel
Implementation
dynamic get modelError => error(this);
stacked package
documentation
stacked
BaseViewModel
modelError 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 ==