DeploymentLaunchConfig constructor
DeploymentLaunchConfig({})
Implementation
DeploymentLaunchConfig({
required this.launchFile,
required this.packageName,
this.environmentVariables,
this.postLaunchFile,
this.preLaunchFile,
});