PrintJobInfo class
Constructors
-
PrintJobInfo({required String id, required String title, required PrintJobSource source, String? sourceId, required PrintJobStatus status, required double creationTime, required double completionTime, required Printer printer, required PrintSettings settings, required int numberOfPages, required PrinterStatus printerStatus})
-
-
PrintJobInfo.fromJS(PrintJobInfo _wrapped)
-
Properties
-
completionTime
↔ double
-
The job completion time (in milliseconds past the Unix epoch).
getter/setter pair
-
creationTime
↔ double
-
The job creation time (in milliseconds past the Unix epoch).
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
↔ String
-
The ID of the job.
getter/setter pair
-
numberOfPages
↔ int
-
The number of pages in the document.
getter/setter pair
-
printer
↔ Printer
-
The info about the printer which printed the document.
getter/setter pair
-
printerStatus
↔ PrinterStatus
-
The status of the printer.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
settings
↔ PrintSettings
-
The settings of the print job.
getter/setter pair
-
source
↔ PrintJobSource
-
Source showing who initiated the print job.
getter/setter pair
-
sourceId
↔ String?
-
ID of source. Null if source is PRINT_PREVIEW or ANDROID_APP.
getter/setter pair
-
status
↔ PrintJobStatus
-
The final status of the job.
getter/setter pair
-
title
↔ String
-
The title of the document which was printed.
getter/setter pair
-
toJS
→ PrintJobInfo
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited