OneTimeWindow constructor

OneTimeWindow({
  1. Date? endDate,
  2. TimeOfDay? endTime,
  3. Date? startDate,
  4. TimeOfDay? startTime,
})

Implementation

OneTimeWindow({
  this.endDate,
  this.endTime,
  this.startDate,
  this.startTime,
});