UPdf417Row constructor
const
UPdf417Row({})
Implementation
const UPdf417Row({
required this.rowNumber,
required this.codewords,
required this.rowsCount,
required this.columnsCount,
required this.ecLevel,
});