DcrExchangeConfig constructor

DcrExchangeConfig({
  1. bool? singleLinkedDatasetPerCleanroom,
  2. bool? singleSelectedResourceSharingRestriction,
})

Implementation

DcrExchangeConfig({
  this.singleLinkedDatasetPerCleanroom,
  this.singleSelectedResourceSharingRestriction,
});