printersdk
print_cmd
PrintCmd
addByte method
addByte
addByte
method
Null safety
void
addByte
(
int
byte
)
添加一个字节
Implementation
void addByte(int byte) { _data.addByte(byte); }
printersdk
print_cmd
PrintCmd
addByte method
PrintCmd class
Constructors
PrintCmd
Properties
hashCode
runtimeType
Methods
addByte
addBytes
addString
clear
noSuchMethod
rangeLimit
setBlackColorDensity
setPrintColor
setPrinterDoubleColorMode
setRedColorDensity
toBytes
toString
Operators
operator ==
Constants
printColorBlack
printColorRed