Score constructor
Implementation
const Score({
required this.id,
required this.user,
required this.semester,
required this.course,
this.courseOffering,
this.score,
this.status,
});
const Score({
required this.id,
required this.user,
required this.semester,
required this.course,
this.courseOffering,
this.score,
this.status,
});