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.
Properties
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