zxingBarcodeFormatName function

String zxingBarcodeFormatName(
  1. int format
)

Returns a readable barcode format name

Implementation

String zxingBarcodeFormatName(int format) => barcodeNames[format] ?? 'Unknown';