hashCode property

  1. @override
int hashCode
override

Two equal quantity ranges will have the same hash code.

Implementation

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