pinCode property
TextFieldWrapper?
get
pinCode
PIN code
Implementation
TextFieldWrapper? get pinCode => document
.fieldByTypeName("PINCode")
?.let((field) => TextFieldWrapper(field));
PIN code
TextFieldWrapper? get pinCode => document
.fieldByTypeName("PINCode")
?.let((field) => TextFieldWrapper(field));