getStudyRuntime method

StudyRuntime? getStudyRuntime(
  1. Study study
)

Get the StudyRuntime for a study.

Implementation

StudyRuntime? getStudyRuntime(Study study) => repository[study];