UPCE constructor
UPCE({
- int? module,
Create a UPCE symbology with the default or required properties.
The arguments module
must be non-negative and greater than 0.
UPCE only accepts 6 digits of numeric data otherwise there is an exception.
By default, the number system(0) will add at the front and check digit at the end along with 6 digits of the input product code.
Implementation
UPCE({int? module}) : super(module: module);