TestCalendarEventDetails constructor

TestCalendarEventDetails(
  1. List<String> teachersInitials,
  2. String room,
  3. TestStudent student,
  4. List<TestStudent> otherStudents,
)

Implementation

TestCalendarEventDetails(
    this.teachersInitials, this.room, this.student, this.otherStudents);