Code39Extended class
The Code39Extended is an extended version of Code39. Lower characters and special characters are additionally supported.
Constructors
- Code39Extended({int? module, bool? enableCheckSum})
- Create a Code39Extended symbology with the default or required properties.
Properties
- enableCheckSum → bool
-
Whether to add a checksum on the far right side of the barcode.
finalinherited
- 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