participation method

ParticipationReference participation([
  1. String? studyDeploymentId
])

Gets a ParticipationReference for a studyDeploymentId.

Implementation

ParticipationReference participation([String? studyDeploymentId]) =>
    ParticipationReference._(this, getStudyDeploymentId(studyDeploymentId));