RoomLaunch class final

Passed to a room entry inside its isolate.

Properties

hashCode int
The hash code for this object.
no setterinherited
requestedPort int
The port the room should bind, 0 to pick one.
final
roomId String
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
reportPort(int port) → void
Report the actually bound port once listening; completes the pool's launch future.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited