User

data class User(name: String, age: Int)

Properties

Link copied to clipboard
val age: Int
Link copied to clipboard
val name: String