TutorProfileMinimal constructor
TutorProfileMinimal({})
Returns a new TutorProfileMinimal instance.
Implementation
TutorProfileMinimal({
this.id,
this.photo,
this.numReviews = 0,
this.rating = 0,
required this.name,
this.experience,
this.experienceYears,
this.isDbsChecked,
this.userId,
this.isOnline = false,
});