WebSocketConnectionRef class

Profiling information for a single WebSocket connection.

Implementers

Constructors

WebSocketConnectionRef({required String isolateId, required String id, required Uri uri, required String state})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Unique connection identifier.
final
isolateId String
The ID of the isolate owning this connection.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
Current lifecycle state.
final
uri Uri
The remote WebSocket endpoint.
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

Static Methods

parse(Map<String, dynamic>? json) WebSocketConnectionRef?