ControllerLaunchCommand constructor

const ControllerLaunchCommand(
  1. String executable,
  2. List<String> arguments
)

Implementation

const ControllerLaunchCommand(this.executable, this.arguments);