isNotEmail property

bool isNotEmail

Implementation

bool get isNotEmail {
  return !isEmail;
}