XprinterBarCodeType enum
Values
- BC_128 → const XprinterBarCodeType
-
const XprinterBarCodeType('128')
- BC_UPCA → const XprinterBarCodeType
-
const XprinterBarCodeType('UPCA')
- BC_UPCE → const XprinterBarCodeType
-
const XprinterBarCodeType('UPCE')
- BCS_EAN13 → const XprinterBarCodeType
-
const XprinterBarCodeType('EAN13')
- BCS_EAN8 → const XprinterBarCodeType
-
const XprinterBarCodeType('EAN8')
- BCS_39 → const XprinterBarCodeType
-
const XprinterBarCodeType('39')
- BCS_93 → const XprinterBarCodeType
-
const XprinterBarCodeType('93')
- BCS_CODABAR → const XprinterBarCodeType
-
const XprinterBarCodeType('CODABAR')
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
- value → String
-
final
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<
XprinterBarCodeType> - A constant List of the values in this enum, in order of their declaration.