SimpleSubjectLevel constructor
SimpleSubjectLevel({})
Returns a new SimpleSubjectLevel instance.
Implementation
SimpleSubjectLevel({
this.id,
required this.name,
required this.slug,
this.levelName,
this.subjectName,
this.subjectSlug,
this.levelSlug,
this.experienceName,
});