getCountriesByNameContains method
Implementation
Future<Iterable<Country>?> getCountriesByNameContains(String name,
{String? lang, firstCache: true, bool onErrorTryCache: false}) =>
getCountriesBy(nameContainsFunc(name, lang: lang),
firstCache: firstCache, onErrorTryCache: onErrorTryCache);