ValueBound<T> class abstract

A class that binds a source value to a target value.

Constructors

ValueBound()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source ValueListenable<T>
The source of the value.
no setter
target ValueChangeNotifier<T>
The target that receives the value.
no setter

Methods

assertDebugTargetChange() → void
Asserts that the target value is changed if the bound is unidirectional.
bind() → void
Binds the source to the target.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unbind() → void
Unbinds the source from the target.

Operators

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