countryCode property

  1. @JsonKey.new(includeIfNull: false, name: 'country_code')
String? countryCode
final

Two-letter country code used for regional pricing

Implementation

@JsonKey(includeIfNull: false, name: 'country_code')
final String? countryCode;