isValid property
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;
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.
final bool isValid;