ActionCondition constructor

ActionCondition({
  1. List<int>? exitCodes,
})

Implementation

ActionCondition({
  this.exitCodes,
});