courseCode property
final
The course catalog code (e.g., "3601001").
Soft reference — joins to Courses.code at query time. Null for special entries (e.g., "班週會及導師時間") that have no catalog entry.
Implementation
final String? courseCode;
The course catalog code (e.g., "3601001").
Soft reference — joins to Courses.code at query time. Null for special entries (e.g., "班週會及導師時間") that have no catalog entry.
final String? courseCode;