PrintMode enum

The discovered printe mode

Inheritance
Available extensions
Annotations
  • @JsonEnum(alwaysCreate: true)

Values

rewind → const PrintMode
const PrintMode(0, "Rewind")
tearOff → const PrintMode
const PrintMode(1, "Tear Off")
peelOff → const PrintMode
const PrintMode(2, "Peel Off")
pace → const PrintMode
const PrintMode(3, "Pace")
cutter → const PrintMode
const PrintMode(4, "Cutter")
delayedCut → const PrintMode
const PrintMode(5, "Delayed Cuts")
applicator → const PrintMode
const PrintMode(6, "Applicator")
linerlessPeel → const PrintMode
const PrintMode(7, "Linerless Peel")
linerlessRewind → const PrintMode
const PrintMode(8, "Linerless Rewind")
partialCutter → const PrintMode
const PrintMode(9, "Partial Cutter")
rfid → const PrintMode
const PrintMode(10, "RFID")
linerlessTear → const PrintMode
const PrintMode(11, "Linerless Tear")

Properties

bitfieldValue int
final
enumAsString String
final
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

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

Constants

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