isEmail property
bool
get
isEmail
Discover if the String is a Email
Implementation
bool get isEmail => JetUtils.isEmail(this);
Discover if the String is a Email
bool get isEmail => JetUtils.isEmail(this);