TeachingLevel constructor
Returns a new TeachingLevel instance.
Implementation
TeachingLevel({
this.id,
required this.name,
required this.ordering,
this.slug,
});
Returns a new TeachingLevel instance.
TeachingLevel({
this.id,
required this.name,
required this.ordering,
this.slug,
});