fields property
The FormFieldState objects that are currently registered with this Form.
Implementation
Iterable<FormFieldState<dynamic>> get fields => _fields;
The FormFieldState objects that are currently registered with this Form.
Iterable<FormFieldState<dynamic>> get fields => _fields;