getStudyRuntime method
Get the StudyRuntime for a studyDeploymentId
.
Implementation
StudyRuntime? getStudyRuntime(String studyDeploymentId) =>
repository[studyDeploymentId];
Get the StudyRuntime for a studyDeploymentId
.
StudyRuntime? getStudyRuntime(String studyDeploymentId) =>
repository[studyDeploymentId];