NodeCliTool constructor

NodeCliTool({
  1. String executable = "node",
})

Implementation

NodeCliTool({
  super.executable = "node",
});