intMatcher function

IntMatcher intMatcher(
  1. List<int> values
)

Implementation

IntMatcher intMatcher(List<int> values) => IntMatcher(values);