PrinterTextParserQRCode constructor

PrinterTextParserQRCode(
  1. PrinterTextParserColumn printerTextParserColumn,
  2. String textAlign,
  3. HashMap<String, String> qrCodeAttributes,
  4. String data,
)

Implementation

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