stateCode property
UF - Brazilian state code for the Work Card
Implementation
TextFieldWrapper? get stateCode => document
.fieldByTypeName("StateCode")
?.let((field) => TextFieldWrapper(field));
UF - Brazilian state code for the Work Card
TextFieldWrapper? get stateCode => document
.fieldByTypeName("StateCode")
?.let((field) => TextFieldWrapper(field));