direct property

bool get direct

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;