ListDicomStoresResponse constructor
ListDicomStoresResponse({
- List<
DicomStore> ? dicomStores, - String? nextPageToken,
Implementation
ListDicomStoresResponse({
this.dicomStores,
this.nextPageToken,
});