unadoptableKeys property

Set<String> get unadoptableKeys

Orphans with no source-locale value — --adopt can't recover these.

Implementation

Set<String> get unadoptableKeys =>
    keys.difference(_sourceEntries.keys.toSet());