Binding<R, T, C> class
Constructors
- Binding.new(T src, C target)
-
const
Properties
Methods
-
call(
) → void -
Available on Binding<
R, Mutation< , provided by the BuildContextMutationAPI extensionR> , BuildContext> -
call(
I input) → void -
Available on Binding<
R, MutationI< , provided by the BuildContextMutationIAPI extensionR, I> , BuildContext> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
) → O -
Available on Binding<
R, Query< , provided by the QueryAPI extensionR, O> , BuildContext> -
read(
I input) → O -
Available on Binding<
R, QueryI< , provided by the QueryIAPI extensionR, O, I> , BuildContext> -
toString(
) → String -
A string representation of this object.
inherited
-
watch(
) → O -
Available on Binding<
R, Query< , provided by the ComputeContextQueryAPI extensionR, O> , ComputeContext> -
watch(
I input) → O -
Available on Binding<
R, QueryI< , provided by the ComputeContextQueryIAPI extensionR, O, I> , ComputeContext> -
watch(
) → O -
Available on Binding<
R, Query< , provided by the QueryAPI extensionR, O> , BuildContext> -
watch(
I input) → O -
Available on Binding<
R, QueryI< , provided by the QueryIAPI extensionR, O, I> , BuildContext>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited