produceInitialJobInstance method
override
this function produces an initial instance of this job that MUST be remodified by the user.
Implementation
@override
Job produceInitialJobInstance() {
return SingleImgJob(inputPath: <String>[Platform.resolvedExecutable]);
}