GooglePrivacyDlpV2ContentItem constructor
GooglePrivacyDlpV2ContentItem({
- GooglePrivacyDlpV2ByteContentItem? byteItem,
- GooglePrivacyDlpV2Table? table,
- String? value,
Implementation
GooglePrivacyDlpV2ContentItem({
this.byteItem,
this.table,
this.value,
});