Matcher typedef

Matcher = bool Function(String name)

Returns true if the given name matches.

Implementation

typedef bool Matcher(String name);