Address

@Serializable
data class Address(val street: String, val number: Int)

Constructors

Link copied to clipboard
constructor(street: String, number: Int)

Properties

Link copied to clipboard
val number: Int
Link copied to clipboard