fields property

Iterable<FormFieldState> get fields

The FormFieldState objects that are currently registered with this Form.

Implementation

Iterable<FormFieldState<dynamic>> get fields => _fields;