orphanMetadata property

Map<String, ArbMetadata> orphanMetadata
final

@key metadata blocks whose corresponding key/value pair is missing. Preserved here (rather than silently dropped) so dialect check can flag them as a structural error. dialect check --fix strips them from the written output by construction — the writer never emits orphanMetadata.

Implementation

final Map<String, ArbMetadata> orphanMetadata;