ConnectionDetails class

Connection status to the server with details

Constructors

ConnectionDetails(ConnectionStatus status, [DisconnectionReason? disconnectionReason])

Properties

disconnectionReason DisconnectionReason?
Disconnection reason only in case where status equals ConnectionStatus.disconnected
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ConnectionStatus
The connection status to the server: ConnectionStatus.connected, ConnectionStatus.inProgress or ConnectionStatus.disconnected
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