job property
String
get
job
The same job handle that was passed to cancelScan()
.
Implementation
String get job => _wrapped.job;
set
job
(String v)
Implementation
set job(String v) {
_wrapped.job = v;
}