setReadable method

BarcodeStyle setReadable(
  1. HumanReadable readable
)

人类可识读位置

Implementation

BarcodeStyle setReadable(HumanReadable readable) {
  barcodeFormat.readable = readable.index;
  return this;
}