Binding class

A generic representation of a value binding.

This is represented as a pairing between the source, or value being bound, and the target, or the place where the value is actually bound.

Implemented types

Constructors

Binding({required BindingSource source, required BindingTarget target, bool isDirect = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
isDirect bool
For most bindings, Angular will generate a checkBinding() call before assigning the source expression to the target.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source BindingSource
final
target BindingTarget
final

Methods

accept<R, C, CO extends C>(IRVisitor<R, C> visitor, [CO? context]) → R
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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