Code39Mode enum

Enum representing the various modes available for Code 39 symbology.

Inheritance

Constructors

Code39Mode()
const

Values

normal → const Code39Mode

Normal mode for Code 39 symbology.

fullASCII → const Code39Mode

Full ASCII mode for Code 39 symbology.

fullASCIIIfPossible → const Code39Mode

Full ASCII mode if possible for Code 39 symbology.

itPharmaceuticalOnly → const Code39Mode

IT pharmaceutical only mode for Code 39 symbology.

itPharmaceutialIfPossible → const Code39Mode

IT pharmaceutical if possible mode for Code 39 symbology.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<Code39Mode>
A constant List of the values in this enum, in order of their declaration.