该属性返回一个整数,表示数值的哈希码。
num.hashcode
void main() { int n = 5000; print(n.hashCode); }
它将产生以下output -
成功执行代码后会显示以下输出。
5000