isValid property

bool isValid
final

Whether the email is valid and deliverable.

An email is considered valid if it passes syntax, domain, MX record, and SMTP validation checks, and is not from a disposable email service.

Implementation

final bool isValid;