direct property
Convenience getter for callers that only care about the positive case.
Returns true only when path is definitively PingPath.direct.
Implementation
bool get direct => path == PingPath.direct;
Convenience getter for callers that only care about the positive case.
Returns true only when path is definitively PingPath.direct.
bool get direct => path == PingPath.direct;