hashCode property

  1. @override
int get hashCode
override

Hash based on dimension and converter value.

Implementation

@override
/// Hash based on dimension and converter value.
int get hashCode => Object.hashAll([dim, value]);