Profile

data class Profile(val name: String, val age: Int)(source)

Constructors

Link copied to clipboard
constructor(name: String, age: Int)

Properties

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