Skip to content

Instantly share code, notes, and snippets.

@andreyfomenkov
Last active February 14, 2018 12:14
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 andreyfomenkov/9ebd81588666e2b96055e58ddf3d1ea6 to your computer and use it in GitHub Desktop.
Save andreyfomenkov/9ebd81588666e2b96055e58ddf3d1ea6 to your computer and use it in GitHub Desktop.
Simple Kotlin data class
data class User(val firstName: String,
val lastName: String,
val age: Int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment