getKey method

GlobalKey<FormState> getKey()

return the GlobalKey of the form.

Implementation

GlobalKey<FormState> getKey() {
  return _formKey;
}