hash method

  1. @override
int hash()
override

Get a hash value for this Value. Two values that are considered equal will return the same hash value.

Implementation

@override
int hash() {
  return function.hashCode;
}