Skip to content

Instantly share code, notes, and snippets.

@iammert
Created September 19, 2017 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iammert/7ff72251eee0cd9298929e3ca0ef7d76 to your computer and use it in GitHub Desktop.
Save iammert/7ff72251eee0cd9298929e3ca0ef7d76 to your computer and use it in GitHub Desktop.
User kt
data class User(var id: Int = 0, var age: Int = 0, var score: Int = 0, var name: String? = null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment