LongreadMaterialEstimation constructor

const LongreadMaterialEstimation({
  1. required String startDate,
  2. required String? timer,
  3. double? maxScore,
  4. DateTime? deadline,
  5. LongreadMaterialActivity? activity,
})

Implementation

const LongreadMaterialEstimation({
  required this.startDate,
  required this.timer,
  this.maxScore,
  this.deadline,
  this.activity,
});