TutorSubject constructor
TutorSubject({})
Returns a new TutorSubject instance.
Implementation
TutorSubject({
this.id,
required this.subject,
this.level,
this.experience,
this.priceInCents,
this.name,
this.slug,
this.levelName,
this.subjectName,
this.experienceName,
this.subjectSlug,
this.levelSlug,
});