ConceptMapGroup constructor

const ConceptMapGroup({
  1. String? source,
  2. @JsonKey(name: '_source') Element? sourceElement,
  3. String? sourceVersion,
  4. @JsonKey(name: '_sourceVersion') Element? sourceVersionElement,
  5. String? target,
  6. @JsonKey(name: '_target') Element? targetElement,
  7. String? targetVersion,
  8. @JsonKey(name: '_targetVersion') Element? targetVersionElement,
  9. required List<ConceptMapElement> element,
  10. ConceptMapUnmapped? unmapped,
})

Implementation

const factory ConceptMapGroup({
  String? source,
  @JsonKey(name: '_source') Element? sourceElement,
  String? sourceVersion,
  @JsonKey(name: '_sourceVersion') Element? sourceVersionElement,
  String? target,
  @JsonKey(name: '_target') Element? targetElement,
  String? targetVersion,
  @JsonKey(name: '_targetVersion') Element? targetVersionElement,
  required List<ConceptMapElement> element,
  ConceptMapUnmapped? unmapped,
}) = _ConceptMapGroup;