country property

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

Two-character ISO 3166-1 alpha-2 country code.

Implementation

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