ConnectionInfo class abstract

Base class providing access to the connection details.

Implementers

Constructors

ConnectionInfo({ConnectionInfo? underlying, required bool incoming, required String adapterName, required String connectionId})

Properties

adapterName String
The name of the adapter associated with the connection.
final
connectionId String
The connection id.
final
hashCode int
The hash code for this object.
no setterinherited
incoming bool
Whether or not the connection is an incoming or outgoing connection.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
underlying ConnectionInfo?
The information of the underyling transport or null if there's no underlying transport.
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