LaunchConfig constructor
LaunchConfig({})
Implementation
LaunchConfig({
required this.launchFile,
required this.packageName,
this.environmentVariables,
this.portForwardingConfig,
this.streamUI,
});
LaunchConfig({
required this.launchFile,
required this.packageName,
this.environmentVariables,
this.portForwardingConfig,
this.streamUI,
});