ReverseMatcher constructor

ReverseMatcher(
  1. DictionaryMatcher dictionaryMatcher
)

Creates a matcher.

Implementation

ReverseMatcher(this.dictionaryMatcher);