VMServiceClientConnection class Null safety
Encapsulates connection information to an instance of a Flutter application.
- Annotations
- @visibleForTesting
Constructors
-
VMServiceClientConnection(VMServiceClient client,
Peer peer ) -
Creates an instance of this class given a
client
and apeer
.
Properties
- client → VMServiceClient
-
Use this for structured access to the VM service's public APIs.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- peer → Peer
-
Use this to make arbitrary raw JSON-RPC calls. [...]
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited