source property

PrinterSource get source

The source of the printer.

Implementation

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

Implementation

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