getState method

FormValueState? getState(
  1. FormKey key
)

Implementation

FormValueState? getState(FormKey key) {
  return _attachedInputs[key];
}