fromDartCountryCodeNullableToGraphQLCountryCodeNullable function

String? fromDartCountryCodeNullableToGraphQLCountryCodeNullable(
  1. CountryCode? v
)

Implementation

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