SmartphoneStudy constructor
SmartphoneStudy({})
Create a SmartphoneStudy.
Implementation
SmartphoneStudy({
this.studyId,
required String studyDeploymentId,
required String deviceRoleName,
this.participantId,
this.participantRoleName,
DateTime? createdOn,
StudyDeploymentStatus? deploymentStatus,
SmartphoneDeployment? deployment,
}) : super(
studyDeploymentId,
deviceRoleName,
createdOn,
deploymentStatus,
deployment,
);