TestStudent constructor

TestStudent(
  1. int id,
  2. String name,
  3. DateTime testDate,
  4. DateTime testEnd,
  5. DateTime testStart,
  6. DateTime? preparingStart,
)

Implementation

TestStudent(this.id, this.name, this.testDate, this.testEnd, this.testStart,
    this.preparingStart);