countryCode property
Country code (ISO 3166-1 alpha-2)
Implementation
TextFieldWrapper get countryCode => document
.fieldByTypeName("CountryCode")!
.let((field) => TextFieldWrapper(field));
Country code (ISO 3166-1 alpha-2)
TextFieldWrapper get countryCode => document
.fieldByTypeName("CountryCode")!
.let((field) => TextFieldWrapper(field));