registry property
Lookup table keyed by exact C2PA status string.
Contains core SDK codes only, not CAWG identity statuses.
Implementation
static final Map<String, ValidationCode> registry =
Map<String, ValidationCode>.unmodifiable({
for (final code in all) code.value: code,
});