operator [] method
Allows accessing the state of a form field using subscript operator.
Implementation
FormFieldState operator [](String fieldName) => get(fieldName);
Allows accessing the state of a form field using subscript operator.
FormFieldState operator [](String fieldName) => get(fieldName);