validate method

bool validate()

Implementation

bool validate() {
  return _formKey.currentState!.validate();
}