postal property

List<BarcodeFormat> postal
final

List of postal barcode formats.

Implementation

static final List<BarcodeFormat> postal = [
  BarcodeFormat.AUSTRALIA_POST,
  BarcodeFormat.JAPAN_POST,
  BarcodeFormat.ROYAL_MAIL,
  BarcodeFormat.ROYAL_TNT_POST,
  BarcodeFormat.USPS_INTELLIGENT_MAIL
];