matcher function

CustomMatching matcher(
  1. String description,
  2. MatcherFunction matches
)

Implementation

CustomMatching matcher(String description, MatcherFunction matches) {
  return CustomMatching._(description, matches);
}