countryCode property

TextFieldWrapper? get countryCode

Country Code

Implementation

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