countryId property

  1. @JsonKey.new(name: 'country_id')
int? countryId
final

Implementation

@JsonKey(name: 'country_id')
final int? countryId;