SunmiBarcodeType enum Null safety

SunmiBarcodeType

Enum to set Barcode Type

Constants

CODABAR → const SunmiBarcodeType
const SunmiBarcodeType(6)
CODE39 → const SunmiBarcodeType
const SunmiBarcodeType(4)
CODE93 → const SunmiBarcodeType
const SunmiBarcodeType(7)
CODE128 → const SunmiBarcodeType
const SunmiBarcodeType(8)
ITF → const SunmiBarcodeType
const SunmiBarcodeType(5)
JAN8 → const SunmiBarcodeType
const SunmiBarcodeType(3)
JAN13 → const SunmiBarcodeType
const SunmiBarcodeType(2)
UPCA → const SunmiBarcodeType
const SunmiBarcodeType(0)
UPCE → const SunmiBarcodeType
const SunmiBarcodeType(1)
values → const List<SunmiBarcodeType>

A constant List of the values in this enum, in order of their declaration.

const List<SunmiBarcodeType>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited