isEmail method

bool isEmail()

是否匹配电子邮件

Implementation

bool isEmail() => _matches(RegexConst.email);