Skip to content

Instantly share code, notes, and snippets.

@kshvkantg
Last active December 17, 2022 10:28
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 kshvkantg/be18ce372e809941574339a9d4309dc7 to your computer and use it in GitHub Desktop.
Save kshvkantg/be18ce372e809941574339a9d4309dc7 to your computer and use it in GitHub Desktop.
data class Product(
var height : String? = null,
var length : String? = null,
var width : String? = null,
var weight : String? = null,
var quantity : Int? = null,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment