ToolExitCode constructor

ToolExitCode({
  1. int? number,
})

Implementation

ToolExitCode({
  this.number,
});