menu
u package
documentation
data/data.dart
UHotelRoomAvailabilityResponse
isBookable property
isBookable property
dark_mode
light_mode
isBookable
property
bool
get
isBookable
Implementation
bool get isBookable => availableQuantity > 0 && fitsGuestCount;
u package
documentation
data/data
UHotelRoomAvailabilityResponse
isBookable property
UHotelRoomAvailabilityResponse class