FhirConfig constructor

FhirConfig({
  1. bool? defaultKeepExtensions,
  2. List<FieldMetadata>? fieldMetadataList,
})

Implementation

FhirConfig({
  this.defaultKeepExtensions,
  this.fieldMetadataList,
});