BarcodeUtils class
Constructors
Properties
- barcodesDictionary ↔ BarcodesDictionary
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  getSSCCCode(GS1Barcode gs1barcode) → String? 
- 
  getUnitItemBarcodeInfo({required GS1Barcode gs1barcode}) → List< BarcodeInfo> 
- 
  getUnitItemCode(GS1Barcode gs1barcode) → String? 
- 
  hasFNC1symbols(String barcode) → bool 
- 
  isProcessOrder(String barcode) → bool 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  parseGS1Barcode(String barcode) → GS1Barcode 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  aiDescription(String ai) → String? 
- 
  allBarcodeCharactersAreNumbers(String barcode) → bool