Participant constructor
Participant()
Implementation
Participant(
this.sid,
this.type,
this.conversationSid,
this._attributes,
this._dateCreated,
this._dateUpdated,
this._identity,
this._lastReadMessageIndex,
this._lastReadTimestamp,
);