ViewModelInstanceValue class

Implementers

Constructors

ViewModelInstanceValue()

Properties

context ↔ CoreContext
covariantgetter/setter pairinherited
coreType int
no setterinherited
coreTypes Set<int>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasValidated bool
no setterinherited
id int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewModelPropertyId int
Identifier of the property this value will provide data for. At runtime these ids are normalized relative to the ViewModel itself.
getter/setter pairinherited

Methods

addDependent(DataBindContextInterface value) → void
addDirt(int value, {bool recurse = true}) bool
clone<K extends Core<CoreContext>>() → K?
Make a duplicate of this core object, N.B. that all properties excluding object id are copied.
inherited
copy(covariant Core<CoreContext> source) → void
Copies property values, currently doesn't trigger change callbacks. It's meant to be a helper for clone.
inherited
import(ImportStack stack) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAdded() → void
onAddedDirty() → void
onRemoved() → void
inherited
remove() → void
inherited
toString() String
A string representation of this object.
inherited
validate() bool
inherited
viewModelPropertyIdChanged(int from, int to) → void

Operators

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