menu
ssn package
documentation
important/recipe_app_answer.dart
Recipe
Recipe.new constructor
Recipe.new constructor
dark_mode
light_mode
Recipe
constructor
Recipe
(
{
required
String
name
,
required
String
ingredients
,
required
String
directions
,
})
Implementation
Recipe({ required this.name, required this.ingredients, required this.directions, });
ssn package
documentation
important/recipe_app_answer
Recipe
Recipe.new constructor
Recipe class