showingLegacyItems property

bool showingLegacyItems

Implementation

bool get showingLegacyItems => _showingLegacyItems;
void showingLegacyItems=(bool v)

Implementation

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