Skip to content

Instantly share code, notes, and snippets.

@Wavesonics
Created November 17, 2018 00:39
Show Gist options
  • Save Wavesonics/e6e2f6712a94681d9c1f2c11e44f8ffe to your computer and use it in GitHub Desktop.
Save Wavesonics/e6e2f6712a94681d9c1f2c11e44f8ffe to your computer and use it in GitHub Desktop.
Best practices data class in Kotlin
data class Movie(var name: String, var studio: String, var rating: Float)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment