PrintJobs class
Represents a list of print jobs
Constructors
- PrintJobs.new()
- Create a list print jobs
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
{LayoutCallback? onLayout, Completer< Uint8List> ? onHtmlRendered, Completer<bool> ? onCompleted, StreamController<PdfRaster> ? onPageRasterized}) → PrintJob - Add a print job to the list
-
getJob(
int index) → PrintJob? - Retrieve an existing job
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
int index) → void - remove a print job from the list
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited