refactored cooking steps
This commit is contained in:
6
lib/models/cooking_step.dart
Normal file
6
lib/models/cooking_step.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class CookingStep {
|
||||
final String title;
|
||||
final String description;
|
||||
|
||||
CookingStep({required this.title, this.description = ''});
|
||||
}
|
||||
Reference in New Issue
Block a user