hashCode property Null safety

int hashCode
override

The hash code for a Pointer only depends on its address.

Implementation

int get hashCode {
  return address.hashCode;
}