RegexMatcherRule constructor

const RegexMatcherRule(
  1. String fact,
  2. RegExp regex
)

Implementation

const RegexMatcherRule(this.fact, this.regex);