ViewModelInstanceCallbackMixin mixin
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
numberOfCallbacks
→ int
-
The number of properties that have listeners attached to them.
This is useful for testing purposes.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addCallback(ViewModelInstanceObservableValue instance)
→ void
-
This method is used internally to add a property instance to the list of
properties that have listeners attached to them.
-
clearCallbacks()
→ void
-
This method is used internally to clear all properties that have listeners
attached to them.
-
handleCallbacks()
→ void
-
Processes all callbacks for properties with attached listeners.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeCallback(ViewModelInstanceObservableValue instance)
→ void
-
This method is used internally to remove a property instance from the list
of properties that have listeners attached to them.
-
toString()
→ String
-
A string representation of this object.
inherited