ProductsReleases

data class ProductsReleases(var products: List<Product> = mutableListOf()) : Serializable

Constructors

Link copied to clipboard
fun ProductsReleases(products: List<Product> = mutableListOf())

Properties

Link copied to clipboard