XprinterBarcodeRatio enum

Inheritance
Available extensions

Values

RATIO_0 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(0)
RATIO_1 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(1)
RATIO_2 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(2)
RATIO_3 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(3)
RATIO_4 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(4)
RATIO_20 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(20)
RATIO_21 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(21)
RATIO_22 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(22)
RATIO_23 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(23)
RATIO_24 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(24)
RATIO_25 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(25)
RATIO_26 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(26)
RATIO_27 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(27)
RATIO_28 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(28)
RATIO_29 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(29)
RATIO_30 → const XprinterBarcodeRatio
const XprinterBarcodeRatio(30)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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<XprinterBarcodeRatio>
A constant List of the values in this enum, in order of their declaration.