GS1AICodes enum

Inheritance

Constructors

GS1AICodes(String code)
const

Values

gtin → const GS1AICodes
const GS1AICodes('01')
batchLot → const GS1AICodes
const GS1AICodes('10')
productionDate → const GS1AICodes
const GS1AICodes('11')
dueDate → const GS1AICodes
const GS1AICodes('12')
packagingDate → const GS1AICodes
const GS1AICodes('13')
bestBeforeDate → const GS1AICodes
const GS1AICodes('15')
expirationDate → const GS1AICodes
const GS1AICodes('17')
variantNumber → const GS1AICodes
const GS1AICodes('20')
serialNumber → const GS1AICodes
const GS1AICodes('21')
additionalProductId → const GS1AICodes
const GS1AICodes('240')
quantity → const GS1AICodes
const GS1AICodes('30')
netWeightKg → const GS1AICodes
const GS1AICodes('310')
lengthMeters → const GS1AICodes
const GS1AICodes('311')
widthMeters → const GS1AICodes
const GS1AICodes('312')
depthMeters → const GS1AICodes
const GS1AICodes('313')
areaSqMeters → const GS1AICodes
const GS1AICodes('314')
volumeLitres → const GS1AICodes
const GS1AICodes('315')
volumeCubicMeters → const GS1AICodes
const GS1AICodes('316')
netWeightPounds → const GS1AICodes
const GS1AICodes('320')
customersPurchaseOrderNumber → const GS1AICodes
const GS1AICodes('400')

Properties

code String
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<GS1AICodes>
A constant List of the values in this enum, in order of their declaration.