PingResult class Diagnostics

The output of Cluster.ping.

Constructors

PingResult({required int version, required String id, required String sdk, required Map<ServiceType, List<PingEndpoint>> services})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for this report.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdk String
The name of the SDK which generated this report.
final
services Map<ServiceType, List<PingEndpoint>>
A list of service endpoints and their ping results.
final
version int
The version number of this report.
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