Skip to content

Instantly share code, notes, and snippets.

@hieuwu
Created August 1, 2023 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hieuwu/82f69095df72a24cbcc2c55e790ba532 to your computer and use it in GitHub Desktop.
Save hieuwu/82f69095df72a24cbcc2c55e790ba532 to your computer and use it in GitHub Desktop.
data class Product(
val id: String,
val name: String,
val price: Double,
val image: String?
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment