StudyInvite constructor

StudyInvite(
  1. String code,
  2. String studyId, {
  3. List<String>? preselectedInterventionIds,
})

Implementation

StudyInvite(this.code, this.studyId, {this.preselectedInterventionIds});