bind method
Binds the source to the target.
Implementation
@override
void bind() {
target.value = source.value;
source.addListener(_listener);
}
Binds the source to the target.
@override
void bind() {
target.value = source.value;
source.addListener(_listener);
}