Matcher constructor
const
Matcher({
- bool? success,
- String? errorType,
- PathMatcher? output,
- PathMatcher? inputOutput,
Implementation
const Matcher({this.success, this.errorType, this.output, this.inputOutput});