DicomStore constructor

DicomStore({
  1. Map<String, String>? labels,
  2. String? name,
  3. NotificationConfig? notificationConfig,
  4. List<DicomNotificationConfig>? notificationConfigs,
  5. List<GoogleCloudHealthcareV1DicomStreamConfig>? streamConfigs,
})

Implementation

DicomStore({
  this.labels,
  this.name,
  this.notificationConfig,
  this.notificationConfigs,
  this.streamConfigs,
});