UPCE class

As with UPCA, the UPCE symbology supports only numeric characters.

It is a zero-suppressed version of UPCA symbology where it uses only 6 digits of product code and does not use the middle guard.

Inheritance

Constructors

UPCE({int? module})
Create a UPCE 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