UnitInfo constructor

UnitInfo({
  1. String? UnitId,
  2. String? CourseId,
  3. String? Title,
  4. String? Description,
  5. String? Duration,
})

Implementation

UnitInfo({this.UnitId, this.CourseId, this.Title, this.Description, this.Duration});