source property

PrintJobSource get source

Source showing who initiated the print job.

Implementation

PrintJobSource get source => PrintJobSource.fromJS(_wrapped.source);
set source (PrintJobSource v)

Implementation

set source(PrintJobSource v) {
  _wrapped.source = v.toJS;
}