GradingPeriod constructor

GradingPeriod({
  1. Date? endDate,
  2. String? id,
  3. Date? startDate,
  4. String? title,
})

Implementation

GradingPeriod({this.endDate, this.id, this.startDate, this.title});