barcodes property

List<PasskitBarcode>? barcodes
final

Optional. Information specific to the pass’s barcode. The system uses the first valid barcode dictionary in the array. Additional dictionaries can be added as fallbacks. For this dictionary’s keys, see Barcode Dictionary Keys.

Implementation

final List<PasskitBarcode>? barcodes;