isEmail property

bool get isEmail

Discover if the String is a Email

Implementation

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