ExpectedParticipantData constructor
ExpectedParticipantData({
- required ParticipantAttribute? attribute,
- AssignedTo? assignedTo,
Implementation
ExpectedParticipantData({required this.attribute, AssignedTo? assignedTo}) {
this.assignedTo = assignedTo ?? AssignedTo.all();
}