Semester copyWith({int? id, int? year, int? term}) => Semester( id: id ?? this.id, year: year ?? this.year, term: term ?? this.term, );