validateEmail method

bool validateEmail()

Check email validation

Implementation

bool validateEmail() => hasMatch(this, Patterns.email);