Participant class

User who attended or is attending a conference.

Constructors

Participant.new({AnonymousUser? anonymousUser, String? earliestStartTime, String? latestEndTime, String? name, PhoneUser? phoneUser, SignedinUser? signedinUser})
Participant.fromJson(Map json_)

Properties

anonymousUser AnonymousUser?
Anonymous user.
getter/setter pair
earliestStartTime String?
Time when the participant first joined the meeting.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latestEndTime String?
Time when the participant left the meeting for the last time.
getter/setter pair
name String?
Resource name of the participant.
getter/setter pair
phoneUser PhoneUser?
User calling from their phone.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signedinUser SignedinUser?
Signed-in user.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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