TutorProfileFiles constructor

TutorProfileFiles({
  1. CategoryEnum? category,
  2. String? file,
})

Returns a new TutorProfileFiles instance.

Implementation

TutorProfileFiles({
  this.category,
  this.file,
});