getBookedSlots method

List<DateTime> getBookedSlots()

Implementation

List<DateTime> getBookedSlots() {
  return bookedSlotsList;
}