StudySubject constructor

StudySubject(
  1. String id,
  2. String studyId,
  3. String userId,
  4. List<String> selectedInterventionIds,
)

Implementation

StudySubject(
  this.id,
  this.studyId,
  this.userId,
  this.selectedInterventionIds,
);