SetParticipantData constructor

SetParticipantData(
  1. String? studyDeploymentId, [
  2. Map<String, Data>? data,
  3. String? inputByParticipantRole
])

Implementation

SetParticipantData(
  super.studyDeploymentId, [
  this.data,
  this.inputByParticipantRole,
]);