EAN13 class

The EAN13 is based on the UPCA standard. As with UPCA, it supports only numeric characters.

It encodes the 12 digits of input data with the check digit at its end. The difference between UPCA and EAN13 is that the number system used in EAN13 is in two-digit ranges from 00 to 99, whereas the number system used in UPCA is in single digits from 0 to 9.

Inheritance

Constructors

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