country property

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

The two-letter country code in ISO_3166-1_alpha-2 format.

Implementation

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