Skip to content

Instantly share code, notes, and snippets.

@cp-hardik-p
Created December 21, 2021 11:45
Show Gist options
  • Save cp-hardik-p/789891d715527c3452692ab101addd8c to your computer and use it in GitHub Desktop.
Save cp-hardik-p/789891d715527c3452692ab101addd8c to your computer and use it in GitHub Desktop.
data class Movie(val name: String, val imageUrl: String,
val desc: String, val category: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment