FhirMeta constructor

const FhirMeta({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. @JsonKey(name: 'fhir_comments') List<String>? fhirComments,
  4. FhirId? versionId,
  5. @JsonKey(name: '_versionId') Element? versionIdElement,
  6. FhirInstant? lastUpdated,
  7. @JsonKey(name: '_lastUpdated') Element? lastUpdatedElement,
  8. List<FhirUri>? profile,
  9. List<Coding>? security,
  10. List<Coding>? tag,
})

Implementation

const factory FhirMeta({
  @JsonKey(name: 'id') FhirId? fhirId,
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  @JsonKey(name: 'fhir_comments') List<String>? fhirComments,
  FhirId? versionId,
  @JsonKey(name: '_versionId') Element? versionIdElement,
  FhirInstant? lastUpdated,
  @JsonKey(name: '_lastUpdated') Element? lastUpdatedElement,
  List<FhirUri>? profile,
  List<Coding>? security,
  List<Coding>? tag,
}) = _FhirMeta;