hashCode property

int get hashCode
override

The hash code of a duration is the hash code of its inMicroseconds.

Implementation

int get hashCode => inMicroseconds.hashCode;