PrintJobInfo constructor
PrintJobInfo({
- PrintJobAttributes? attributes,
- bool? canSpawnSeparateThread,
- int? copies,
- int? creationTime,
- int? currentPage,
- int? firstPage,
- bool? isCopyingOperation,
- String? label,
- int? lastPage,
- int? numberOfPages,
- PrintJobPageOrder? pageOrder,
- PrintJobRenderingQuality? preferredRenderingQuality,
- Printer? printer,
- bool? showsPrintPanel,
- bool? showsProgressPanel,
- 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});