Matcher constructor

Matcher(
  1. String type,
  2. String ir
)

Implementation

Matcher(this.type, this.ir);