countryCode property

TextFieldWrapper get countryCode

Country code (ISO 3166-1 alpha-2)

Implementation

TextFieldWrapper get countryCode => document
    .fieldByTypeName("CountryCode")!
    .let((field) => TextFieldWrapper(field));