PingEndpoint class Diagnostics

A single endpoint in a PingResult.

Constructors

PingEndpoint({required ServiceType type, required String id, required String remote, required String local, required Duration latency, required PingState state, String? bucket, Object? error})
const

Properties

bucket String?
final
error Object?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
latency Duration
final
local String
final
remote String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state PingState
final
type ServiceType
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