CurrentStudentResponse constructor
const
CurrentStudentResponse({})
Implementation
const CurrentStudentResponse({
required this.id,
required this.lastName,
required this.firstName,
this.middleName,
required this.universityEmail,
required this.timeAccount,
this.studyStartYear,
required this.studyLevel,
required this.lateDaysBalance,
});