menu
booking_and_publish_slots package
documentation
controller/slots_provider.dart
MyBookingSelectionProvider
isSelectedSlot method
isSelectedSlot method
dark_mode
light_mode
isSelectedSlot
method
bool
isSelectedSlot
(
DateTime
time
)
Implementation
bool isSelectedSlot(DateTime time) { return selectedSlotsList.contains(time); }
booking_and_publish_slots package
documentation
controller/slots_provider
MyBookingSelectionProvider
isSelectedSlot method
MyBookingSelectionProvider class