showingLegacyItems property
Implementation
bool get showingLegacyItems => _showingLegacyItems;
Implementation
set showingLegacyItems(bool v) {
Debug().info("Show Legacy Items: $_showingLegacyItems -> $v");
_showingLegacyItems = v;
notifyListeners();
}