Create a Recipe
data class. Include the following fields:
name
ingredients
cooking_time
difficulty
Assign the default value "easy"
to the difficulty
field. You can customize the data class further if you wish.
Test run your data class by creating several recipes and share them on the forum!