runSingleJob property

String? get runSingleJob

Implementation

String? get runSingleJob {
  return args?['run'];
}