Item

fun Item(    sku: String,     name: String?,     groups: List<Group> = emptyList())

Sources

Link copied to clipboard