ViewModel<S extends Style> class abstract

Implementers

Constructors

ViewModel.new({bool isAutoRelease = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
isAutoRelease bool
getter/setter pair
isInited bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style → S
no setter
styles List<S>
no setter
viewElementWrf WeakReference<Element>?
getter/setter pair

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyDataChanged() → void
onActivated() → void
onCreated() → void
onDeactivated() → void
onDebugRepaint() → void
onDidChangeDependencies() → void
onDisposed() → void
onStyleInited() → void
onUpdateModel(ViewModel<Style> oldViewModel) → void
setStyle(S style) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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