PatchedtutorSerialCourse constructor

PatchedtutorSerialCourse({
  1. int? id,
  2. DateTime? startDate,
  3. DateTime? endDate,
  4. String? subject,
  5. int? level,
  6. int? numWeeks,
  7. int? maxSeats,
  8. int? weeklyPriceCents,
  9. String? courseName,
  10. String? description,
  11. String? image,
  12. String? status,
  13. String? customerCount,
  14. String? customers,
  15. int? tutor,
  16. String? courses,
  17. String? timeZone,
  18. bool? publishStatus,
  19. String? canEnroll,
})

Returns a new PatchedtutorSerialCourse instance.

Implementation

PatchedtutorSerialCourse({
  this.id,
  this.startDate,
  this.endDate,
  this.subject,
  this.level,
  this.numWeeks,
  this.maxSeats,
  this.weeklyPriceCents,
  this.courseName,
  this.description,
  this.image,
  this.status,
  this.customerCount,
  this.customers,
  this.tutor,
  this.courses,
  this.timeZone,
  this.publishStatus,
  this.canEnroll,
});