DeidentifiedStoreDestination constructor

DeidentifiedStoreDestination({
  1. DeidentifyConfig? config,
  2. String? store,
})

Implementation

DeidentifiedStoreDestination({
  this.config,
  this.store,
});