countryCodeISONumeric property

  1. @JsonKey.new(name: 'CountryCodeISONumeric', includeIfNull: false)
int? countryCodeISONumeric
final

Implementation

@JsonKey(name: 'CountryCodeISONumeric', includeIfNull: false)
final int? countryCodeISONumeric;