valueProducer property

(Future Function()?) valueProducer
final

A function that produces the value of the descriptor.

Implementation

final Future<dynamic> Function()? valueProducer;