IcmpResult class

Constructors

IcmpResult({required int status, required Duration roundTripTime, required int ttl})

Properties

hashCode int
The hash code for this object.
no setteroverride
roundTripTime Duration
Round-trip time.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
0=success, 11010=timeout, ... For more info, use statusString.
final
statusString String?
no setter
ttl int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant IcmpResult other) bool
The equality operator.
override