SearchFilter typedef

SearchFilter = bool Function(Country country, String searchWord)

Predicate to be satisfied in order to add country to search list

Implementation

typedef bool SearchFilter(Country country, String searchWord);