Signature for a custom matcher that decides whether city matches the already-normalized query.
city
query
typedef CityMatcher = bool Function(City city, String query);