validateEmail method

bool validateEmail()

Check email validation

Implementation

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