munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
user-service
/
com.munchies.user.domain.model
/
Email
Email
data
class
Email
(
val
address
:
String
,
val
isVerified
:
Boolean
=
false
)
Value object representing a user email address and its verification state.
Members
Constructors
Email
Link copied to clipboard
constructor
(
address
:
String
,
isVerified
:
Boolean
=
false
)
Properties
address
Link copied to clipboard
val
address
:
String
is
Verified
Link copied to clipboard
val
isVerified
:
Boolean