isEmail property

bool isEmail

Discover if the String is a Email

Implementation

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