EndsWithPatternMatcherRule constructor

const EndsWithPatternMatcherRule(
  1. String fact,
  2. String pattern
)

Implementation

const EndsWithPatternMatcherRule(this.fact, this.pattern);