TutorTimeOff constructor

TutorTimeOff({
  1. DateTime? startDatetime,
  2. DateTime? endDatetime,
})

Returns a new TutorTimeOff instance.

Implementation

TutorTimeOff({
  this.startDatetime,
  this.endDatetime,
});