GooglePrivacyDlpV2Range constructor

GooglePrivacyDlpV2Range({
  1. String? end,
  2. String? start,
})

Implementation

GooglePrivacyDlpV2Range({
  this.end,
  this.start,
});