addExpectedParticipantData method
Add expected participant data to be input by users.
Returns true if the expectedData has been added; false in case the same
expectedData has already been added before.
Implementation
bool addExpectedParticipantData(ExpectedParticipantData expectedData) =>
expectedParticipantData!.add(expectedData);