countryCodePhone property

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

Implementation

@JsonKey(name: 'CountryCodePhone', includeIfNull: false)
final int? countryCodePhone;