GooglePrivacyDlpV2ImageFallbackLocation constructor

GooglePrivacyDlpV2ImageFallbackLocation({
  1. GooglePrivacyDlpV2GlobalProcessing? globalProcessing,
  2. GooglePrivacyDlpV2MultiRegionProcessing? multiRegionProcessing,
})

Implementation

GooglePrivacyDlpV2ImageFallbackLocation({
  this.globalProcessing,
  this.multiRegionProcessing,
});