MealOption

data class MealOption(val name: String, var isChosen: MutableState<Boolean> = mutableStateOf(false))

data class to describe the type of restrictions that user may want to impose

Constructors

Link copied to clipboard
constructor(name: String, isChosen: MutableState<Boolean> = mutableStateOf(false))

Properties

Link copied to clipboard

if the user decides to include the meal option

Link copied to clipboard

of the category/restriction