Participation constructor

Participation(
  1. String studyDeploymentId,
  2. String id
)

Implementation

Participation(this.studyDeploymentId, this.id) : super();