Participant class

Constructors

Participant.new(String sid, Type type, String conversationSid, Attributes _attributes, String? _dateCreated, String? _dateUpdated, String? _identity, int? _lastReadMessageIndex, String? _lastReadTimestamp)
Participant.fromMap(Map<String, dynamic> map)
Construct from a map.
factory
Participant.fromPigeon(ParticipantData participantData)
factory

Properties

attributes Attributes
no setter
avatarUrl String?
no setter
conversationSid String
final
dateCreated String?
no setter
dateUpdated String?
no setter
hashCode int
The hash code for this object.
no setterinherited
identity String?
no setter
lastReadMessageIndex int?
no setter
lastReadTimestamp String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sid String
final
type Type
final
userName String?
no setter

Methods

getConversation() Future<Conversation?>
getUser() Future<User?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() Future<void>
setAttributes(Attributes attributes) Future<void>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited