LongreadMaterialEstimation constructor
const
LongreadMaterialEstimation({
- required String startDate,
- required String? timer,
- double? maxScore,
- DateTime? deadline,
- LongreadMaterialActivity? activity,
Implementation
const LongreadMaterialEstimation({
required this.startDate,
required this.timer,
this.maxScore,
this.deadline,
this.activity,
});