GooglePrivacyDlpV2ContentItem constructor

GooglePrivacyDlpV2ContentItem({
  1. GooglePrivacyDlpV2ByteContentItem? byteItem,
  2. GooglePrivacyDlpV2Table? table,
  3. String? value,
})

Implementation

GooglePrivacyDlpV2ContentItem({
  this.byteItem,
  this.table,
  this.value,
});