countryCode property

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

Implementation

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