Binding<R, T, C> class

Available extensions

Constructors

Binding.new(T src, C target)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src → T
final
target → C
final

Methods

call() → void

Available on Binding<R, Mutation<R>, BuildContext>, provided by the BuildContextMutationAPI extension

call(I input) → void

Available on Binding<R, MutationI<R, I>, BuildContext>, provided by the BuildContextMutationIAPI extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() → O

Available on Binding<R, Query<R, O>, BuildContext>, provided by the QueryAPI extension

read(I input) → O

Available on Binding<R, QueryI<R, O, I>, BuildContext>, provided by the QueryIAPI extension

toString() String
A string representation of this object.
inherited
watch() → O

Available on Binding<R, Query<R, O>, ComputeContext>, provided by the ComputeContextQueryAPI extension

watch(I input) → O

Available on Binding<R, QueryI<R, O, I>, ComputeContext>, provided by the ComputeContextQueryIAPI extension

watch() → O

Available on Binding<R, Query<R, O>, BuildContext>, provided by the QueryAPI extension

watch(I input) → O

Available on Binding<R, QueryI<R, O, I>, BuildContext>, provided by the QueryIAPI extension

Operators

operator ==(Object other) bool
The equality operator.
inherited