Study constructor

Study(
  1. String studyDeploymentId,
  2. String deviceRoleName
)

Implementation

Study(this.studyDeploymentId, this.deviceRoleName);