billingCountry property
- @JsonKey(fromJson: fromGraphQLCountryCodeToDartCountryCode, toJson: fromDartCountryCodeToGraphQLCountryCode)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLCountryCodeToDartCountryCode,
toJson: fromDartCountryCodeToGraphQLCountryCode,
)
late CountryCode billingCountry;