StdioTransportConfig constructor
const
StdioTransportConfig({})
Implementation
const StdioTransportConfig({
required this.command,
this.arguments = const [],
this.workingDirectory,
this.environment,
});
const StdioTransportConfig({
required this.command,
this.arguments = const [],
this.workingDirectory,
this.environment,
});