name property
final
Student's name.
Nullable because some students in I-School Plus rosters have no name recorded (e.g., student 110440001 in course 292704).
Implementation
final String? name;
Student's name.
Nullable because some students in I-School Plus rosters have no name recorded (e.g., student 110440001 in course 292704).
final String? name;