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