containsLegacyRelocatedSelections function
Whether a v3 selection map still uses a capability's retired v2 home.
Implementation
bool containsLegacyRelocatedSelections(Map<String, String> selections) =>
selections.keys.any(_legacyRelocatedCapabilityIds.contains);