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.

Inheritance

Constructors

Code93({int? module})
Create a Code93 symbology with the default or required properties.

Properties

hashCode int
The hash code for this object.
no setterinherited
module int?
Specifies the size of the smallest line or dot of the barcode.
finalinherited
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