JobCommand constructor

JobCommand({
  1. String? name,
  2. String? pythonVersion,
  3. String? scriptLocation,
})

Implementation

JobCommand({
  this.name,
  this.pythonVersion,
  this.scriptLocation,
});