DevToolCommand constructor

DevToolCommand(
  1. String name,
  2. DevTool devTool
)

Implementation

DevToolCommand(this.name, this.devTool);