CourseInfo constructor

CourseInfo({
  1. String? CourseId,
  2. String? CatagoryId,
  3. String? Title,
  4. String? DescriptionTitle,
  5. String? Description,
  6. String? Duration,
  7. int? CourseTypeId,
  8. String? ThumbnailPath,
  9. String? GradeId,
})

Implementation

CourseInfo({this.CourseId, this.CatagoryId, this.Title, this.DescriptionTitle, this.Description, this.Duration, this.CourseTypeId, this.ThumbnailPath, this.GradeId});