RegexMatcher constructor

RegexMatcher({
  1. GoogleRE2? googleRe2,
  2. String? regex,
})

Implementation

RegexMatcher({
  this.googleRe2,
  this.regex,
});