job property
String
get
job
Same job handle passed to readScanData()
.
Implementation
String get job => _wrapped.job;
set
job
(String v)
Implementation
set job(String v) {
_wrapped.job = v;
}