Commands class

Constructors

Commands()

Properties

hashCode int
The hash code for this object.
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

cutPaper → const List<int>
disableAutoCutter → const List<int>
enableAutoCutter → const List<int>
initialize → const List<int>
lineFeed → const List<int>
partialCutPaper → const List<int>
printBarcode → const List<int>
selectBarcodeTypeCODE39 → const List<int>
selectBarcodeTypeCODE128 → const List<int>
selectBarcodeTypeUPCA → const List<int>
setAlignmentCenter → const List<int>
setAlignmentLeft → const List<int>
setAlignmentRight → const List<int>
setBold → const List<int>
setFontA → const List<int>
setFontB → const List<int>
setUnderline → const List<int>
unsetBold → const List<int>
unsetUnderline → const List<int>