register method

void register(
  1. FormFieldState field
)

Implementation

void register(FormFieldState field) {
  _fields.add(field);
}