isEmail property

bool isEmail

Is this String an Email?

Implementation

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