PrintJob class
Represents a print job to communicate with the platform implementation
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
The Job number
final
-
onCompleted
→ Completer<
bool> ? -
Future triggered when the job is done
final
-
onHtmlRendered
→ Completer<
Uint8List> ? -
Callback used when calling Printing.convertHtml()
final
- onLayout → LayoutCallback?
-
Callback used when calling Printing.layoutPdf()
final
-
onPageRasterized
→ StreamController<
PdfRaster> ? -
Stream of rasterized pages
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useFFI → bool
-
Use the FFI side-channel to send the PDF data
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited