subregionFunc method
Implementation
subregionFunc(String subregion) => (Country country) =>
country.subregion?.toLowerCase() == subregion.toLowerCase();
subregionFunc(String subregion) => (Country country) =>
country.subregion?.toLowerCase() == subregion.toLowerCase();