isBookingAvailable
A Boolean value indicating whether the time slot is available for booking.
Declaration
var isBookingAvailable: Bool { get set }Discussion
The default value of this property is true. Change it to false if the specified time slot is unavailable, either because the restaurant is fully booked at that time or because it cannot accommodate a party of the specified size at that time.