isEmail property
bool
get
isEmail
验证邮箱
Implementation
bool get isEmail =>
RegExp(r'^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$').hasMatch(this);
验证邮箱
bool get isEmail =>
RegExp(r'^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$').hasMatch(this);