SubjectModel constructor Null safety
requires the code and the name for the initialing the subject.
Implementation
SubjectModel({required this.code, required this.name});
requires the code and the name for the initialing the subject.
SubjectModel({required this.code, required this.name});