WT 1.1.25 Training Plan Exercise Alternatives
This commit is contained in:
@@ -7,6 +7,7 @@ class TrainingResult {
|
||||
final DateTime from;
|
||||
final DateTime to;
|
||||
Color background;
|
||||
Color color;
|
||||
final bool isAllDay;
|
||||
final bool isTest;
|
||||
final bool isExercise;
|
||||
@@ -18,6 +19,7 @@ class TrainingResult {
|
||||
required this.from,
|
||||
required this.to,
|
||||
required this.background,
|
||||
required this.color,
|
||||
required this.isAllDay,
|
||||
required this.exercise,
|
||||
required this.isTest,
|
||||
|
||||
Reference in New Issue
Block a user