TutorProfileFiles constructor
TutorProfileFiles({
- CategoryEnum? category,
- String? file,
Returns a new TutorProfileFiles instance.
Implementation
TutorProfileFiles({
this.category,
this.file,
});