hashCode property

  1. @override
int hashCode
override

Returns a hash code for a numerical value.

Implementation

@override
int get hashCode => Decimal.fromInt(value).hashCode;