InfoTypeTransformation constructor

InfoTypeTransformation({
  1. CharacterMaskConfig? characterMaskConfig,
  2. CryptoHashConfig? cryptoHashConfig,
  3. DateShiftConfig? dateShiftConfig,
  4. List<String>? infoTypes,
  5. RedactConfig? redactConfig,
  6. ReplaceWithInfoTypeConfig? replaceWithInfoTypeConfig,
})

Implementation

InfoTypeTransformation({
  this.characterMaskConfig,
  this.cryptoHashConfig,
  this.dateShiftConfig,
  this.infoTypes,
  this.redactConfig,
  this.replaceWithInfoTypeConfig,
});