Valid - returns null - if email is either well-formed or null.
email
String? call(String? email) => _emailVal(email);