BarcodeFormat enum
Enumerates barcode formats known to this package.
Please keep alphabetized.
Values
- aztec → const BarcodeFormat
- 
  Aztec 2D barcode format. 
- codabar → const BarcodeFormat
- 
  CODABAR 1D format. 
- code39 → const BarcodeFormat
- 
  Code 39 1D format. 
- code93 → const BarcodeFormat
- 
  Code 93 1D format. 
- code128 → const BarcodeFormat
- 
  Code 128 1D format. 
- dataMatrix → const BarcodeFormat
- 
  Data Matrix 2D barcode format. 
- ean8 → const BarcodeFormat
- 
  EAN-8 1D format. 
- ean13 → const BarcodeFormat
- 
  EAN-13 1D format. 
- itf → const BarcodeFormat
- 
  ITF (Interleaved Two of Five) 1D format. 
- maxicode → const BarcodeFormat
- 
  MaxiCode 2D barcode format. 
- pdf417 → const BarcodeFormat
- 
  PDF417 format. 
- qrCode → const BarcodeFormat
- 
  QR Code 2D barcode format. 
- rss14 → const BarcodeFormat
- 
  RSS 14 
- rssExpanded → const BarcodeFormat
- 
  RSS EXPANDED 
- upcA → const BarcodeFormat
- 
  UPC-A 1D format. 
- upcE → const BarcodeFormat
- 
  UPC-E 1D format. 
- upcEanExtension → const BarcodeFormat
- 
  UPC/EAN extension format. Not a stand-alone format. 
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- 
    values
  → const List<BarcodeFormat> 
- A constant List of the values in this enum, in order of their declaration.