GooglePrivacyDlpV2Dictionary constructor

GooglePrivacyDlpV2Dictionary({
  1. GooglePrivacyDlpV2CloudStoragePath? cloudStoragePath,
  2. GooglePrivacyDlpV2WordList? wordList,
})

Implementation

GooglePrivacyDlpV2Dictionary({
  this.cloudStoragePath,
  this.wordList,
});