isBookable method

bool isBookable()

Chech whether this location is bookable, this only checks if the location is allowed to be booked

Implementation

bool isBookable() => _properties?._bookable ?? false;