You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: school_data_hub_client/lib/src/protocol/_features/learning_support/models/support_goal/support_goal_check.dart
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ abstract class SupportGoalCheck implements _i1.SerializableModel {
22
22
requiredthis.createdAt,
23
23
requiredthis.score,
24
24
requiredthis.comment,
25
+
this.print,
25
26
this.documents,
26
27
requiredthis.supportGoalId,
27
28
this.supportGoal,
@@ -34,6 +35,7 @@ abstract class SupportGoalCheck implements _i1.SerializableModel {
34
35
requiredDateTime createdAt,
35
36
requiredint score,
36
37
requiredString comment,
38
+
bool? print,
37
39
List<_i2.HubDocument>? documents,
38
40
requiredint supportGoalId,
39
41
_i3.SupportGoal? supportGoal,
@@ -48,6 +50,7 @@ abstract class SupportGoalCheck implements _i1.SerializableModel {
Copy file name to clipboardExpand all lines: school_data_hub_server/lib/src/generated/_features/learning_support/models/support_goal/support_goal_check.dart
0 commit comments