PatchedtutorSerialCourse constructor
PatchedtutorSerialCourse({
- int? id,
- DateTime? startDate,
- DateTime? endDate,
- String? subject,
- int? level,
- int? numWeeks,
- int? maxSeats,
- int? weeklyPriceCents,
- String? courseName,
- String? description,
- String? image,
- String? status,
- String? customerCount,
- String? customers,
- int? tutor,
- String? courses,
- String? timeZone,
- bool? publishStatus,
- 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,
});