getJob method

PrintJob? getJob(
  1. int index
)

Retrieve an existing job

Implementation

PrintJob? getJob(int index) {
  return _printJobs[index];
}