BatchGetDeploymentTargetsOutput constructor

BatchGetDeploymentTargetsOutput({
  1. List<DeploymentTarget>? deploymentTargets,
})

Implementation

BatchGetDeploymentTargetsOutput({
  this.deploymentTargets,
});