printersdk
print_cmd
PrintCmd
addBytes method
addBytes
addBytes
method
Null safety
void
addBytes
(
List
<
int
>
bytes
)
添加字节数组
Implementation
void addBytes(List<int> bytes) { _data.add(bytes); }
printersdk
print_cmd
PrintCmd
addBytes 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