IndexTutors constructor
IndexTutors({
- List<
IndexTutorCard> rating = const [], - List<
IndexTutorCard> popular = const [], - List<
IndexTutorCard> experienced = const [], - List<
IndexTutorCard> price = const [], - String? subjects,
Returns a new IndexTutors instance.
Implementation
IndexTutors({
this.rating = const [],
this.popular = const [],
this.experienced = const [],
this.price = const [],
this.subjects,
});