isValidEmailRegex property

bool get isValidEmailRegex

Implementation

bool get isValidEmailRegex => RegExp(_emailRegexp).hasMatch(this);