countryName property

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

Implementation

@JsonKey(name: 'country_name', includeIfNull: false)
final String? countryName;