OrMatcher constructor

OrMatcher({
  1. List<ValueMatcher>? valueMatchers,
})

Implementation

OrMatcher({
  this.valueMatchers,
});