pinCode property

TextFieldWrapper? get pinCode

PIN code

Implementation

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