ListMatcher constructor

ListMatcher({
  1. ValueMatcher? oneOf,
})

Implementation

ListMatcher({
  this.oneOf,
});