numericCode property

  1. @JsonKey(name: 'numeric_code')
String numericCode
final

This country's three-digit numeric code as defined in ISO 3166-1, like 004 for Afghanistan

Implementation

@JsonKey(name: 'numeric_code')
final String numericCode;