Value<T> class

Inheritance

Constructors

Value.new({T? initValue, bool isAutoRelease = true})

Properties

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

Methods

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

Operators

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