In Kotlin, these are called data classes and are marked with data : data class User(val name: String, val age: Int).
確定! 回上一頁