barcode property
Barcode image (only present in some formats)
Implementation
TextFieldWrapper? get barcode => document
.fieldByTypeName("Barcode")
?.let((field) => TextFieldWrapper(field));
Barcode image (only present in some formats)
TextFieldWrapper? get barcode => document
.fieldByTypeName("Barcode")
?.let((field) => TextFieldWrapper(field));