isEmail property

bool get isEmail

Implementation

bool get isEmail => RegExp(RegexPattern.email).hasMatch(this);