SunmiBarcodeType enum
Enum to define barcode types for Sunmi printers.
Values
- UPCA → const SunmiBarcodeType
-
UPC-A barcode type.
- UPCE → const SunmiBarcodeType
-
UPC-E barcode type.
- JAN13 → const SunmiBarcodeType
-
JAN-13 (EAN-13) barcode type.
- JAN8 → const SunmiBarcodeType
-
JAN-8 (EAN-8) barcode type.
- CODE39 → const SunmiBarcodeType
-
Code 39 barcode type.
- ITF → const SunmiBarcodeType
-
Interleaved 2 of 5 barcode type.
- CODABAR → const SunmiBarcodeType
-
Codabar barcode type.
- CODE93 → const SunmiBarcodeType
-
Code 93 barcode type.
- CODE128 → const SunmiBarcodeType
-
Code 128 barcode type.
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<
SunmiBarcodeType> - A constant List of the values in this enum, in order of their declaration.