PrintRowModel constructor
const
PrintRowModel({})
PrintRowModel is each row within the
Implementation
const PrintRowModel({
required this.printDataType,
required this.printerWidth,
this.isCenterAligned = true,
this.dataToPrint,
this.imagePath = '0',
this.imageData = '0',
});