hashCode property

  1. @override
int hashCode
latefinal

The hash code for this normalized path, based on its segments.

Implementation

@override
late final int hashCode = Object.hashAll(segments);