ImplementationGuideGlobal constructor

const ImplementationGuideGlobal({
  1. String? type,
  2. @JsonKey(name: '_type') Element? typeElement,
  3. required Reference profile,
})

Implementation

const factory ImplementationGuideGlobal({
  String? type,
  @JsonKey(name: '_type') Element? typeElement,
  required Reference profile,
}) = _ImplementationGuideGlobal;