job property

String? get job

If result is OperationResult.SUCCESS, a handle that can be used to read scan data or cancel the job.

Implementation

String? get job => _wrapped.job;
set job (String? v)

Implementation

set job(String? v) {
  _wrapped.job = v;
}