GooglePrivacyDlpV2ImageRedactionConfig constructor

GooglePrivacyDlpV2ImageRedactionConfig({
  1. GooglePrivacyDlpV2InfoType? infoType,
  2. bool? redactAllText,
  3. GooglePrivacyDlpV2Color? redactionColor,
})

Implementation

GooglePrivacyDlpV2ImageRedactionConfig({
  this.infoType,
  this.redactAllText,
  this.redactionColor,
});