DicomStore constructor
DicomStore({
- Map<
String, String> ? labels, - String? name,
- NotificationConfig? notificationConfig,
- List<
GoogleCloudHealthcareV1DicomStreamConfig> ? streamConfigs,
Implementation
DicomStore({
this.labels,
this.name,
this.notificationConfig,
this.streamConfigs,
});