visible property

bool get visible

Hotels and dorms are shown to the public when they have the "active" tag.

Implementation

bool get visible => tags.contains(activeTag);