PrintJobInfo constructor

PrintJobInfo({
  1. PrintJobAttributes? attributes,
  2. bool? canSpawnSeparateThread,
  3. int? copies,
  4. int? creationTime,
  5. int? currentPage,
  6. int? firstPage,
  7. bool? isCopyingOperation,
  8. String? label,
  9. int? lastPage,
  10. int? numberOfPages,
  11. PrintJobPageOrder? pageOrder,
  12. PrintJobRenderingQuality? preferredRenderingQuality,
  13. Printer? printer,
  14. bool? showsPrintPanel,
  15. bool? showsProgressPanel,
  16. PrintJobState? state,
})

Implementation

PrintJobInfo({
  this.attributes,
  this.canSpawnSeparateThread,
  this.copies,
  this.creationTime,
  this.currentPage,
  this.firstPage,
  this.isCopyingOperation,
  this.label,
  this.lastPage,
  this.numberOfPages,
  this.pageOrder,
  this.preferredRenderingQuality,
  this.printer,
  this.showsPrintPanel,
  this.showsProgressPanel,
  this.state,
});