GooglePrivacyDlpV2ImageTransformation constructor
      
      GooglePrivacyDlpV2ImageTransformation({ 
    
    
- GooglePrivacyDlpV2AllInfoTypes? allInfoTypes,
 - GooglePrivacyDlpV2AllText? allText,
 - GooglePrivacyDlpV2Color? redactionColor,
 - GooglePrivacyDlpV2SelectedInfoTypes? selectedInfoTypes,
 
Implementation
GooglePrivacyDlpV2ImageTransformation({
  this.allInfoTypes,
  this.allText,
  this.redactionColor,
  this.selectedInfoTypes,
});