ItemFilter typedef Null safety
Returns true when a country should be included in lists / dialogs offered to the user.
Implementation
typedef bool ItemFilter(Country country);
Returns true when a country should be included in lists / dialogs offered to the user.
typedef bool ItemFilter(Country country);