responder property

Iterable<Option<ValueListenable<Object>>> Function() responder
final

Produces a list of Pods to listen to. This gets called recursively each time any of the Pods in the returned list change.

Implementation

final Iterable<Option<ValueListenable<Object>>> Function() responder;