deployment method

DeploymentReference deployment([
  1. String? studyDeploymentId
])

Gets a DeploymentReference for a studyDeploymentId. If the studyDeploymentId is not provided, the study deployment id specified in the CarpApp is used.

Implementation

DeploymentReference deployment([String? studyDeploymentId]) =>
    DeploymentReference._(this, studyDeploymentId ?? app!.studyDeploymentId!);