EANManufacturerOrgSupport class

Records EAN prefix to GS1 Member Organization, where the member organization correlates strongly with a country.

This is an imperfect means of identifying a country of origin by EAN-13 barcode value. See http://en.wikipedia.org/wiki/List_of_GS1_country_codes.

@author Sean Owen

Constructors

EANManufacturerOrgSupport()

Properties

countryIdentifiers List<String>
final
hashCode int
The hash code for this object.
no setterinherited
ranges List<List<int>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(List<int> range, String id) → void
initIfNeeded() → void
lookupCountryIdentifier(String productCode) String?
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