mostPreferredPath method

ElectronicHorizonPath? mostPreferredPath()

Returns the most preferred path among the set of available paths.

Returns ElectronicHorizonPath?. The most preferred path, or null if the list of available paths is empty.

Implementation

ElectronicHorizonPath? mostPreferredPath() => $prototype.mostPreferredPath(this);