SignUp

data class SignUp(    val email: String,     val phone: String,     val country: String) : UserInput

Represents an input that is valid for signing up to a link account.

Constructors

Link copied to clipboard
fun SignUp(    email: String,     phone: String,     country: String)

Properties

Link copied to clipboard
val country: String
Link copied to clipboard
val email: String
Link copied to clipboard
val phone: String