FhirStore constructor

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

Implementation

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