hashCode property
override
Returns a hash code computed as toString().hashCode
.
This guarantees that URIs with the same normalized string representation have the same hash code.
Implementation
int get hashCode;
Returns a hash code computed as toString().hashCode
.
This guarantees that URIs with the same normalized string representation have the same hash code.
int get hashCode;