GS1128ConversionMode enum
Enum representing the various modes for GS1-128 Conversion.
Constructors
- GS1128ConversionMode()
-
const
Values
- disableConversion → const GS1128ConversionMode
- enableMode1 → const GS1128ConversionMode
- enableMode2 → const GS1128ConversionMode
- enableMode3 → const GS1128ConversionMode
- enableMode4 → const GS1128ConversionMode
Properties
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<
GS1128ConversionMode> - A constant List of the values in this enum, in order of their declaration.