country property

  1. @BuiltValueField.new(wireName: r'country')
String get country

The two-character country code of the address in ISO-3166-1 alpha-2 format. For example, NL.

Implementation

@BuiltValueField(wireName: r'country')
String get country;