MarkCodeType enum

Код товара, формат которого не идентифицирован, как один из реквизитов

Inheritance

Constructors

MarkCodeType({required String name})
const

Values

unknown → const MarkCodeType

Код товара, формат которого не идентифицирован, как один из реквизитов

const MarkCodeType(name: 'unknown')
ean8 → const MarkCodeType

Код товара в формате EAN-8

const MarkCodeType(name: 'ean8')
ean13 → const MarkCodeType

Код товара в формате EAN-13

const MarkCodeType(name: 'ean13')
itf14 → const MarkCodeType

Код товара в формате ITF-14

const MarkCodeType(name: 'itf14')
gs10 → const MarkCodeType

Код товара в формате GS1, нанесенный на товар, не подлежащий маркировке средствами идентификации

const MarkCodeType(name: 'gs10')
gs1M → const MarkCodeType

Код товара в формате GS1, нанесенный на товар, подлежащий маркировке средствами идентификации

const MarkCodeType(name: 'gs1M')
short → const MarkCodeType

Код товара в формате короткого кода маркировки, нанесенный на товар, подлежащий маркировке средствами идентификации

const MarkCodeType(name: 'short')
fur → const MarkCodeType

Контрольно-идентификационный знак мехового изделия

const MarkCodeType(name: 'fur')
egais20 → const MarkCodeType

Код товара в формате ЕГАИС-2.0

const MarkCodeType(name: 'egais20')
egais30 → const MarkCodeType

Код товара в формате ЕГАИС-3.0

const MarkCodeType(name: 'egais30')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String
final
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<MarkCodeType>
A constant List of the values in this enum, in order of their declaration.