hashCode property

  1. @override
int hashCode
override

Calculate hashed of unit, value and runtimeType.

Implementation

@override
int get hashCode => hash3(runtimeType, value, unit);