Results constructor

Results(
  1. String numLesson,
  2. String lessonName,
  3. String teacherName,
  4. String typeLesson,
  5. int countHours,
  6. int remainsHours,
  7. String endingDate,
  8. int percentage,
)

Implementation

Results(this.numLesson, this.lessonName, this.teacherName, this.typeLesson,
    this.countHours, this.remainsHours, this.endingDate, this.percentage);