ConfirmExitOptions class
Defines the options for confirming the exit of a member from a room.
Constructors
- ConfirmExitOptions.new({Socket? socket, Socket? localSocket, required String member, required String roomName, bool ban = false})
Properties
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