-
-
Save kshvkantg/be18ce372e809941574339a9d4309dc7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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