RespondToWaitingOptions class
Options for responding to a waiting participant.
Constructors
-
RespondToWaitingOptions({required String participantId, required String participantName, required dynamic updateWaitingList(List<
WaitingRoomParticipant> ), required List<WaitingRoomParticipant> waitingList, required dynamic type, required String roomName, Socket? socket})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- participantId → String
-
final
- participantName → String
-
final
- roomName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- socket → Socket?
-
final
- type → dynamic
-
final
-
updateWaitingList
→ dynamic Function(List<
WaitingRoomParticipant> ) -
final
-
waitingList
→ List<
WaitingRoomParticipant> -
final
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