isValidEmail property

bool get isValidEmail

Implementation

bool get isValidEmail => BaseRegExps.email.hasMatch(this ?? '');