GooglePrivacyDlpV2TableOptions constructor

GooglePrivacyDlpV2TableOptions({
  1. List<GooglePrivacyDlpV2FieldId>? identifyingFields,
})

Implementation

GooglePrivacyDlpV2TableOptions({
  this.identifyingFields,
});