Product

data class Product(var name: String = "", var codes: List<String> = mutableListOf(), var channels: List<Channel> = mutableListOf()) : Serializable

Constructors

Link copied to clipboard
fun Product(name: String = "", codes: List<String> = mutableListOf(), channels: List<Channel> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard