Participant constructor
Participant({})
Implementation
Participant({
this.joinDtTime,
this.leaveDtTime,
this.isAdmin,
this.status,
this.firstResponseTime,
this.averageResponseTime,
this.evaluatedBy,
this.evaluatedFormId,
this.evaluationStatus,
this.location,
this.id,
this.name,
this.role,
this.customId,
});