isSelectedSlot method

bool isSelectedSlot(
  1. DateTime time
)

Implementation

bool isSelectedSlot(DateTime time) {
  return selectedSlotsList.contains(time);
}