InnerViewModel<S> class abstract

This class is the base of BaseViewModel and KeepBaseViewModel.

If you want to add common functions included in BaseVM(Notifier) above,

please extension this class.

Implementers

Constructors

InnerViewModel()

Properties

context BuildContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanse → S
final
providerRef → NotifierProviderRef<S>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLog bool
getter/setter pair
widgetRef ↔ WidgetRef
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDispose() → void
onInit() → void
refreshProvider(ProviderBase<Object?> provider) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited