printerId property
String
get
printerId
ID of the printer which should handle the job.
Implementation
String get printerId => _wrapped.printerId;
set
printerId
(String v)
Implementation
set printerId(String v) {
_wrapped.printerId = v;
}