GooglePrivacyDlpV2ImageTransformation constructor

GooglePrivacyDlpV2ImageTransformation({
  1. GooglePrivacyDlpV2AllInfoTypes? allInfoTypes,
  2. GooglePrivacyDlpV2AllText? allText,
  3. GooglePrivacyDlpV2Color? redactionColor,
  4. GooglePrivacyDlpV2SelectedInfoTypes? selectedInfoTypes,
})

Implementation

GooglePrivacyDlpV2ImageTransformation({
  this.allInfoTypes,
  this.allText,
  this.redactionColor,
  this.selectedInfoTypes,
});