void setFakeIsWeb(bool? value, [bool notify = true]) { if (value == _fakeIsWeb) return; _fakeIsWeb = value; if (notify) notifyListeners(); }