country property

  1. @JsonKey(fromJson: fromGraphQLCountryCodeToDartCountryCode, toJson: fromDartCountryCodeToGraphQLCountryCode)
CountryCode country
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLCountryCodeToDartCountryCode,
  toJson: fromDartCountryCodeToGraphQLCountryCode,
)
late CountryCode country;