isValidEmailRegex property

bool isValidEmailRegex

Implementation

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