Kotlin IN ACTION - Chapter3 #2
hyunjung-choi
started this conversation in
General
Replies: 2 comments
-
data class User(val id: Int? = null, val name: String, val address: String, val isWorking: Boolean? = null)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions