TimeSlot constructor

TimeSlot({
  1. Time? start,
  2. Time? end,
})

Creates a new instance of TimeSlot.

Both parameters are optional.

Implementation

TimeSlot({this.start, this.end});