readyChecks property

  1. @override
Map<JsonPath, SafeCompleter> readyChecks
final

Consumers can request a completer that's used to prevent submission until the child component is ready - maybe they are uploading a file or something.

Implementation

@override
final readyChecks = <JsonPath, SafeCompleter>{};