country property

String? get country

Country (e.g. may be ISO 3166 2 or 3 letter code)

Implementation

String? get country => countryField.getValue(_json);