Address

data class Address(val street: String, val city: String, val state: String, val zip: String)(source)

Constructors

Link copied to clipboard
constructor(street: String, city: String, state: String, zip: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val zip: String