isValidEmail property

bool get isValidEmail

Checks if the string is a valid email address.

Implementation

bool get isValidEmail => hasMatch(regexValidEmail);