SearchFilter typedef Null safety
Predicate to be satisfied in order to add country to search list
Implementation
typedef bool SearchFilter(Country country, String searchWord);
Predicate to be satisfied in order to add country to search list
typedef bool SearchFilter(Country country, String searchWord);