$CurrentStudentResponseExtension extension
Methods
-
copyWith(
{String? id, String? lastName, String? firstName, String? middleName, String? universityEmail, String? timeAccount, int? studyStartYear, StudyLevel? studyLevel, int? lateDaysBalance}) → CurrentStudentResponse -
Available on CurrentStudentResponse, provided by the $CurrentStudentResponseExtension extension
-
copyWithWrapped(
{Wrapped< String> ? id, Wrapped<String> ? lastName, Wrapped<String> ? firstName, Wrapped<String?> ? middleName, Wrapped<String> ? universityEmail, Wrapped<String> ? timeAccount, Wrapped<int?> ? studyStartYear, Wrapped<StudyLevel> ? studyLevel, Wrapped<int> ? lateDaysBalance}) → CurrentStudentResponse -
Available on CurrentStudentResponse, provided by the $CurrentStudentResponseExtension extension