ValueBuilder<T> constructor
Listens to all otherBuilders as part of this builder.
Implementation
ValueBuilder() {
for (final builder in otherBuilders) {
builder.addListener(notifyListeners);
}
}
Listens to all otherBuilders as part of this builder.
ValueBuilder() {
for (final builder in otherBuilders) {
builder.addListener(notifyListeners);
}
}