Matcher constructor

const Matcher({
  1. bool? success,
  2. String? errorType,
  3. PathMatcher? output,
  4. PathMatcher? inputOutput,
})

Implementation

const Matcher({
  this.success,
  this.errorType,
  this.output,
  this.inputOutput,
});