buildingsEnabled property

bool buildingsEnabled

Implementation

bool get buildingsEnabled => _buildingsEnabled;
void buildingsEnabled=(bool value)

Implementation

set buildingsEnabled(bool value) {
  this._buildingsEnabled = value;
  notifyListeners();
}