isValid method

bool isValid()

Implementation

bool isValid() {
  return (emailValidate(email!) &&
      nameValidate(name!));
}