RespondToRequestsOptions class

Defines the options for responding to requests.

Constructors

RespondToRequestsOptions.new({Socket? socket, required Request request, required dynamic updateRequestList(List<Request>), required List<Request> requestList, required String action, required String roomName})

Properties

action → String
final
hashCode → int
The hash code for this object.
no setterinherited
request → Request
final
requestList → List<Request>
final
roomName → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
socket → Socket?
final
updateRequestList → dynamic Function(List<Request>)
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