StudentProfileDto typedef
Student status (學籍基本資料) from the basis data page.
Implementation
typedef StudentProfileDto = ({
String? chineseName,
String? englishName,
DateTime? dateOfBirth,
String? programZh,
String? programEn,
String? departmentZh,
String? departmentEn,
});