Participant constructor

Participant(
  1. String sid,
  2. Type type,
  3. String conversationSid,
  4. Attributes _attributes,
  5. String? _dateCreated,
  6. String? _dateUpdated,
  7. String? _identity,
  8. int? _lastReadMessageIndex,
  9. String? _lastReadTimestamp,
)

Implementation

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