hashCode property

  1. @override
int hashCode
override

The hash code is based on the value and dimensions. Uncertainty and preferred units are not considered.

Implementation

@override
int get hashCode => hashObjects(<Object>[valueSI, dimensions]);