fields property

Map<String, FormFieldState> fields
final

The map of field names to their corresponding state objects.

Implementation

final Map<String, FormFieldState> fields;