Skip to content

Instantly share code, notes, and snippets.

@jcmsalves
Created January 13, 2018 00:36
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 jcmsalves/3f3151160980c075d3da13edbd3054b8 to your computer and use it in GitHub Desktop.
Save jcmsalves/3f3151160980c075d3da13edbd3054b8 to your computer and use it in GitHub Desktop.
data class Person(val name: String = "default name", val age: Int = 30,
val email: String = "dummy email", val phone: Long = 1234567890)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment