返回一个计算出的哈希码,计算方式为 toString().hashCode。
toString().hashCode
这保证了具有相同规范字符串表示的 URIs 具有相同的哈希码。
int get hashCode;