barcodeRight property
Barcode on the right of the document
Implementation
TextFieldWrapper? get barcodeRight => document
.fieldByTypeName("BarcodeRight")
?.let((field) => TextFieldWrapper(field));
Barcode on the right of the document
TextFieldWrapper? get barcodeRight => document
.fieldByTypeName("BarcodeRight")
?.let((field) => TextFieldWrapper(field));