BarcodeUtils class

Constructors

BarcodeUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allBarcodeCharactersAreNumbers(String barcode) bool
getAiDescription(String ai, Locale locale) String?
getSSCCCode(GS1Barcode gs1barcode) String?
getUnitItemBarcodeInfo({required GS1Barcode gs1barcode, required Locale locale}) 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