GooglePrivacyDlpV2Regex constructor

GooglePrivacyDlpV2Regex({
  1. List<int>? groupIndexes,
  2. String? pattern,
})

Implementation

GooglePrivacyDlpV2Regex({
  this.groupIndexes,
  this.pattern,
});