Scope constructor

Scope({
  1. String? kubernetesNamespace,
  2. String? kubernetesServiceAccount,
})

Implementation

Scope({
  this.kubernetesNamespace,
  this.kubernetesServiceAccount,
});