SmartphoneStudy constructor

SmartphoneStudy({
  1. String? studyId,
  2. required String studyDeploymentId,
  3. required String deviceRoleName,
  4. String? participantId,
  5. String? participantRoleName,
})

Implementation

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