isEmail property

bool get isEmail

检验字符串是否是邮箱

Implementation

bool get isEmail => StringUtils.isEmail(this);