bindValue method
Binds the selected widget's value property to a DSL expression.
Implementation
void bindValue(BrownfieldSelection selection, Object? value) {
_operations.add(
_BindValueSpec(selection: selection, value: normalizeExpression(value)),
);
}