Skip to content

Instantly share code, notes, and snippets.

@marcguilera
Created August 23, 2019 16:44
Show Gist options
  • Save marcguilera/faf4bd53a3bfcd7c23c2d60141097aa2 to your computer and use it in GitHub Desktop.
Save marcguilera/faf4bd53a3bfcd7c23c2d60141097aa2 to your computer and use it in GitHub Desktop.
data class User (
name: String,
email: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment