DiagnosticsEndpoint class Diagnostics

A single endpoint in a DiagnosticsResult.

Constructors

DiagnosticsEndpoint({required ServiceType type, required String id, required String local, required String remote, required Duration? lastActivity, required EndpointState state, String? bucket, Object? details})
const

Properties

bucket String?
The name of the bucket this endpoint is connected to.
final
details Object?
Various additional details about the endpoint.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for this endpoint.
final
lastActivity Duration?
The time since the last activity.
final
local String
The local address of this endpoint.
final
remote String
The remote address of this endpoint.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state EndpointState
The current state of this endpoint.
final
type ServiceType
The type of service this entry represents.
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