containsLegacyRelocatedSelections function

bool containsLegacyRelocatedSelections(
  1. Map<String, String> selections
)

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);