hash property

  1. @override
int hash
override

Returns an integer that can be used as a table address in a hash table structure.

Implementation

@override
int get hash {
  return hashCode;
}