From 72b811235c1b369d85657e41d08cdbce6ad965bf Mon Sep 17 00:00:00 2001 From: mavlonerkinboev Date: Tue, 2 Nov 2021 18:56:46 +0500 Subject: Added empty spaces --- lib/models/recipe.dart | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/models/recipe.dart b/lib/models/recipe.dart index 1100862..2ca1bb2 100755 --- a/lib/models/recipe.dart +++ b/lib/models/recipe.dart @@ -1,10 +1,15 @@ class Recipe { final String name; + final String image; + final String desc; + final String description; + final String ingredients; + final String tutorial; Recipe({this.name,this.desc,this.description,this.image,this.ingredients,this.tutorial}); -- cgit v1.2.3