ViewModelInstanceNumber class

Inheritance

Constructors

ViewModelInstanceNumber()

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
propertyValue double
The number value.
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
inherited
addDirt(int value, {bool recurse = true}) bool
inherited
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
inherited
onAddedDirty() → void
inherited
onRemoved() → void
inherited
propertyValueChanged(double from, double to) → void
override
remove() → void
inherited
toString() String
A string representation of this object.
inherited
validate() bool
inherited
viewModelPropertyIdChanged(int from, int to) → void
inherited

Operators

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