bindValue method

dynamic bindValue(
  1. ValueBuilderDelegate<T> builder
)

Implementation

bindValue(ValueBuilderDelegate<T> builder) => ReactiveBuilder<Ref<T>>(
    reactive: this, builder: (context, s) => builder(context, s.value));