Skip to content

Instantly share code, notes, and snippets.

@calvinnor
Last active October 2, 2019 07:28
Show Gist options
  • Save calvinnor/bafaad63ccc96dedb7d6d2e89f9068fb to your computer and use it in GitHub Desktop.
Save calvinnor/bafaad63ccc96dedb7d6d2e89f9068fb to your computer and use it in GitHub Desktop.
@Parcelize
data class PlayerDetails(
val id: Int,
val name: String
) : Parcelable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment