checks if the value can be well formatted email address
bool isEmail(String? email) => EmailXValidator.validate(email ?? '');