only property
- @JsonKey(fromJson: fromGraphQLListCountryCodeToDartListCountryCode, toJson: fromDartListCountryCodeToGraphQLListCountryCode)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLListCountryCodeToDartListCountryCode,
toJson: fromDartListCountryCodeToGraphQLListCountryCode,
)
late List<CountryCode> only;