SmartphoneStudy constructor
SmartphoneStudy({})
Implementation
SmartphoneStudy({
this.studyId,
required String studyDeploymentId,
required String deviceRoleName,
this.participantId,
this.participantRoleName,
}) : super(studyDeploymentId, deviceRoleName);