RemoteCommandRunner constructor
RemoteCommandRunner({
- required ClientRuntime client,
- required String nodeId,
- ShellFamily? shellFamily,
Implementation
RemoteCommandRunner({
required ClientRuntime client,
required String nodeId,
this.shellFamily,
}) : _client = client,
_nodeId = nodeId;