matches method

  1. @override
bool matches(
  1. Map map
)
override

Implementation

@override
bool matches(Map<dynamic, dynamic> map) {
  return matchers.any((matcher) => matcher.matches(map));
}