V14Parser constructor
V14Parser(
- DecodedMetadata decodedMetadata
Implementation
V14Parser(this.decodedMetadata) {
_metadataV14 = (decodedMetadata.metadataObject.value as MetadataV14);
//
// Expand the V14 compressed types and then map the siTypes id to the type names.
_metadataExpander =
MetadataV14Expander(decodedMetadata.metadataJson['lookup']['types']);
}