hashCode property
Calculate hashed of unit, value and runtimeType.
Implementation
@override
int get hashCode => hash3(runtimeType, value, unit);
Calculate hashed of unit, value and runtimeType.
@override
int get hashCode => hash3(runtimeType, value, unit);