menu
printing_ffi package
documentation
models/print_job.dart
PrintJob
PrintJob.new constructor
PrintJob.new constructor
dark_mode
light_mode
PrintJob
constructor
PrintJob
(
int
id
,
String
title
,
int
rawStatus
)
Implementation
PrintJob(this.id, this.title, this.rawStatus) : status = PrintJobStatus.fromRaw(rawStatus);
printing_ffi package
documentation
models/print_job
PrintJob
PrintJob.new constructor
PrintJob class