Skip to content

Instantly share code, notes, and snippets.

@develodroid
Last active July 25, 2016 17:03
Show Gist options
  • Save develodroid/2446c3827ed3a5d05eb487f9b298427c to your computer and use it in GitHub Desktop.
Save develodroid/2446c3827ed3a5d05eb487f9b298427c to your computer and use it in GitHub Desktop.
data class Person (val id : String, val name : String, val surName : String,
val address : String, val zipCode : Int, val phone : Int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment