GooglePrivacyDlpV2CharacterMaskConfig constructor

GooglePrivacyDlpV2CharacterMaskConfig({
  1. List<GooglePrivacyDlpV2CharsToIgnore>? charactersToIgnore,
  2. String? maskingCharacter,
  3. int? numberToMask,
  4. bool? reverseOrder,
})

Implementation

GooglePrivacyDlpV2CharacterMaskConfig({
  this.charactersToIgnore,
  this.maskingCharacter,
  this.numberToMask,
  this.reverseOrder,
});