format property

BarcodeType format
final

Barcode format. For the barcode dictionary, you can use only the following values: PKBarcodeFormatQR, PKBarcodeFormatPDF417, or PKBarcodeFormatAztec. For dictionaries in the barcodes array, you may also use PKBarcodeFormatCode128.

The spec defined keys are converted into the corresponding BarcodeType representations.

Implementation

final BarcodeType format;