isEmail property

bool get isEmail

Implementation

bool get isEmail {
  return _isEmail(this);
}