GooglePrivacyDlpV2Row constructor

GooglePrivacyDlpV2Row({
  1. List<GooglePrivacyDlpV2Value>? values,
})

Implementation

GooglePrivacyDlpV2Row({
  this.values,
});