countryCode property

TextFieldWrapper get countryCode

Country code

Implementation

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