regionFunc method
Implementation
regionFunc(String region) => (Country country) =>
country.region?.toLowerCase() == region.toLowerCase();
regionFunc(String region) => (Country country) =>
country.region?.toLowerCase() == region.toLowerCase();