Email

data class Email(val id: String, val domain: String)(source)

Represents an email address, broken into two parts.

See emailType.

Constructors

Link copied to clipboard
constructor(id: String, domain: String)

Properties

Link copied to clipboard

The domain part of the email address (e.g., "example.com" in "me@example.com").

Link copied to clipboard
val id: String

The ID part of the email address (e.g., "me" in "me@example.com").