PrinterTextParserQRCode constructor
PrinterTextParserQRCode()
Implementation
PrinterTextParserQRCode(
PrinterTextParserColumn printerTextParserColumn,
String textAlign,
HashMap<String, String> qrCodeAttributes,
String data,
) : super(printerTextParserColumn, textAlign, qrCodeAttributes,
bytes: initConstructor(
printerTextParserColumn, qrCodeAttributes, data));