ParticipantListOthersItemOptions class

ParticipantListOthersItemOptions represents the options for configuring the display of a participant item.

Parameters:

  • participant: The participant object.
  • member: The name of the current user.
  • coHost: The name of the co-host.

Constructors

ParticipantListOthersItemOptions.new({required Participant participant, required String member, required String coHost})

Properties

coHost String
final
hashCode int
The hash code for this object.
no setterinherited
member String
final
participant Participant
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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