source property
PrinterSource
get
source
The source of the printer (user or policy configured).
Implementation
PrinterSource get source => PrinterSource.fromJS(_wrapped.source);
set
source
(PrinterSource v)
Implementation
set source(PrinterSource v) {
_wrapped.source = v.toJS;
}