isEmail property
bool
get
isEmail
是否是邮箱
Implementation
bool get isEmail =>
hasMatch("^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*\$");
是否是邮箱
bool get isEmail =>
hasMatch("^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*\$");