Skip to content

Instantly share code, notes, and snippets.

@Pavneet-Sing
Last active May 6, 2020 17:47
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 Pavneet-Sing/787e56dbf7db07c73756e61579d8be55 to your computer and use it in GitHub Desktop.
Save Pavneet-Sing/787e56dbf7db07c73756e61579d8be55 to your computer and use it in GitHub Desktop.
Data class for Person object entity
data class Person(var name: String, var occupation: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment