hashCode property

  1. @override
int hashCode
override

The hashcode of a GgValue is calculated based on the value.

Implementation

@override
int get hashCode => _value.hashCode;