disposable property

bool disposable
final

Whether the email is from a disposable/temporary email service.

Disposable emails are typically used for temporary signups and should be rejected in production applications.

Implementation

final bool disposable;