Skip to content

Instantly share code, notes, and snippets.

@charlesmuchene
Created February 28, 2020 12:03
Show Gist options
  • Save charlesmuchene/53d6806ba2e047154156453deffb6192 to your computer and use it in GitHub Desktop.
Save charlesmuchene/53d6806ba2e047154156453deffb6192 to your computer and use it in GitHub Desktop.
Toy class
data class Toy(val id: String, val name: String, val color: Int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment