FhirStore constructor

FhirStore({
  1. String? complexDataTypeReferenceParsing,
  2. bool? defaultSearchHandlingStrict,
  3. bool? disableReferentialIntegrity,
  4. bool? disableResourceVersioning,
  5. bool? enableUpdateCreate,
  6. Map<String, String>? labels,
  7. String? name,
  8. NotificationConfig? notificationConfig,
  9. List<FhirNotificationConfig>? notificationConfigs,
  10. List<StreamConfig>? streamConfigs,
  11. ValidationConfig? validationConfig,
  12. String? version,
})

Implementation

FhirStore({
  this.complexDataTypeReferenceParsing,
  this.defaultSearchHandlingStrict,
  this.disableReferentialIntegrity,
  this.disableResourceVersioning,
  this.enableUpdateCreate,
  this.labels,
  this.name,
  this.notificationConfig,
  this.notificationConfigs,
  this.streamConfigs,
  this.validationConfig,
  this.version,
});