Participant class

Constructors

Participant.new(Map<String, dynamic> map)

Properties

audioMuted bool
getter/setter pair
avatar String
getter/setter pair
botType String
getter/setter pair
displayName String
getter/setter pair
email String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hidden bool
getter/setter pair
id String
getter/setter pair
jid String
getter/setter pair
moderator bool
getter/setter pair
role String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
getter/setter pair
videoMuted bool
getter/setter pair

Methods

getAvatar() String
getBotType() String
getDisplayName() String
getEmail() String
getId() String
getJid() String
getRole() String
getStatus() String
isAudioMuted() bool
isHidden() bool
isModerator() bool
isVideoMuted() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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