isEmail property

bool isEmail

是否是邮箱

Implementation

bool get isEmail =>
    hasMatch("^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*\$");