CountryFilter typedef

CountryFilter = bool Function(Country country)

Implementation

typedef CountryFilter = bool Function(Country country);