Course constructor
Implementation
const Course({
required this.id,
this.fetchedAt,
required this.code,
required this.credits,
required this.hours,
this.nameEn,
this.nameZh,
this.descriptionEn,
this.descriptionZh,
});
const Course({
required this.id,
this.fetchedAt,
required this.code,
required this.credits,
required this.hours,
this.nameEn,
this.nameZh,
this.descriptionEn,
this.descriptionZh,
});