DeploymentOutput constructor

DeploymentOutput({
  1. String? name,
  2. String? type,
})

Implementation

DeploymentOutput({this.name, this.type});