ElementDefinitionType constructor

const ElementDefinitionType({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. FhirCode? code,
  4. @JsonKey(name: '_code') TypeCodeExtension? codeExtension,
  5. List<FhirUri>? profile,
  6. List<TypeAggregation>? aggregation,
  7. @JsonKey(name: '_aggregation') Element? aggregationElement,
  8. @JsonKey(name: 'fhir_comments') List<String>? fhirElement,
})

Implementation

const factory ElementDefinitionType({
  @JsonKey(name: 'id') FhirId? fhirId,
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  FhirCode? code,
  @JsonKey(name: '_code') TypeCodeExtension? codeExtension,
  List<FhirUri>? profile,
  List<TypeAggregation>? aggregation,
  @JsonKey(name: '_aggregation') Element? aggregationElement,
  @JsonKey(name: 'fhir_comments') List<String>? fhirElement,
}) = _ElementDefinitionType;