fromDartListCountryCodeToGraphQLListCountryCode function
- List<
CountryCode> v
Implementation
List<String> fromDartListCountryCodeToGraphQLListCountryCode(
List<CountryCode> v,
) => v.map((e) => fromDartCountryCodeToGraphQLCountryCode(e)).toList();
List<String> fromDartListCountryCodeToGraphQLListCountryCode(
List<CountryCode> v,
) => v.map((e) => fromDartCountryCodeToGraphQLCountryCode(e)).toList();