TaskExecution constructor

TaskExecution({
  1. int? exitCode,
})

Implementation

TaskExecution({
  this.exitCode,
});