LongreadMaterialActivity constructor

const LongreadMaterialActivity({
  1. required int id,
  2. required String name,
  3. required num weight,
  4. required double maxExercisesCount,
  5. double? averageScoreThreshold,
  6. required bool isLateDaysEnabled,
})

Implementation

const LongreadMaterialActivity({
  required this.id,
  required this.name,
  required this.weight,
  required this.maxExercisesCount,
  this.averageScoreThreshold,
  required this.isLateDaysEnabled,
});