CantEatListState

data class CantEatListState(val cantEatList: List<CantEat> = listOf())

Data class representing the state of the CantEat list.

Constructors

Link copied to clipboard
constructor(cantEatList: List<CantEat> = listOf())

Properties

Link copied to clipboard

The list of CantEat items.