GooglePrivacyDlpV2Table constructor

GooglePrivacyDlpV2Table({
  1. List<GooglePrivacyDlpV2FieldId>? headers,
  2. List<GooglePrivacyDlpV2Row>? rows,
})

Implementation

GooglePrivacyDlpV2Table({
  this.headers,
  this.rows,
});