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);
Hotels and dorms are shown to the public when they have the "active" tag.
bool get visible => tags.contains(activeTag);