except property

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

Implementation

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