fromDartCountryCodeNullableToGraphQLCountryCodeNullable function
- CountryCode? v
Implementation
String? fromDartCountryCodeNullableToGraphQLCountryCodeNullable(
CountryCode? v,
) => v?.val;
String? fromDartCountryCodeNullableToGraphQLCountryCodeNullable(
CountryCode? v,
) => v?.val;