ParticipantRequestedOptions class
Constructors
-
ParticipantRequestedOptions({required Request userRequest, required List<
Request> requestList, required List<WaitingRoomParticipant> waitingRoomList, required void updateTotalReqWait(int), required void updateRequestList(List<Request> )})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
requestList
→ List<
Request> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
updateRequestList
→ void Function(List<
Request> ) -
final
- updateTotalReqWait → void Function(int)
-
final
- userRequest → Request
-
final
-
waitingRoomList
→ 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