validateForm method

bool validateForm ()

Implementation

bool validateForm() {
  return _form.currentState.validate();
}