Skip to content

Commit 450b4da

Browse files
committed
fix
1 parent 8ee1195 commit 450b4da

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lib/models/nutrition/nutritional_plan.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ class NutritionalPlan {
7575
this.id,
7676
required this.description,
7777
required this.creationDate,
78+
required this.startDate,
79+
this.endDate,
7880
this.onlyLogging = false,
7981
this.goalEnergy,
8082
this.goalProtein,

lib/models/nutrition/nutritional_plan.g.dart

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)