PrintJob constructor

PrintJob(
  1. int id,
  2. String title,
  3. int rawStatus
)

Implementation

PrintJob(this.id, this.title, this.rawStatus) : status = PrintJobStatus.fromRaw(rawStatus);