isBookable property
bool
get
isBookable
Chech whether this location is bookable, this only checks if the location is allowed to be booked
Implementation
bool get isBookable => _properties?.bookable ?? false;