isEmail property

bool isEmail

Implementation

bool get isEmail {
  return isNotEmpty && kEmailRegex.hasMatch(this);
}