RuntimeConfig constructor
RuntimeConfig({
- CloudRunConfig? cloudRun,
- KubernetesConfig? kubernetes,
Implementation
RuntimeConfig({
this.cloudRun,
this.kubernetes,
});