Kotlin Data Class
data class Email(val email: String) : SignerType
constructor(email: String)
val email: String
Was this page helpful?