only property

  1. @JsonKey(fromJson: fromGraphQLListCountryCodeToDartListCountryCode, toJson: fromDartListCountryCodeToGraphQLListCountryCode)
List<CountryCode> only
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLListCountryCodeToDartListCountryCode,
  toJson: fromDartListCountryCodeToGraphQLListCountryCode,
)
late List<CountryCode> only;