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