Code93 class
The Code93 was designed to complement and improve Code39. It is used to represent the full ASCII character set by using combinations of two characters. Code93 can encode uppercase letters, numeric digits, and a handful of special characters.
Constructors
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