ListDicomStoresResponse constructor

ListDicomStoresResponse({
  1. List<DicomStore>? dicomStores,
  2. String? nextPageToken,
})

Implementation

ListDicomStoresResponse({
  this.dicomStores,
  this.nextPageToken,
});