additionalAttribute property

List<ConceptMapAdditionalAttribute>? additionalAttribute
inherited

additionalAttribute An additionalAttribute defines an additional data element found in the source or target data model where the data will come from or be mapped to. Some mappings are based on data in addition to the source data element, where codes in multiple fields are combined to a single field (or vice versa).

Implementation

List<ConceptMapAdditionalAttribute>? get additionalAttribute =>
    throw _privateConstructorUsedError;