hashCode property
override
The hash code of a duration is the hash code of its inMicroseconds.
Implementation
int get hashCode => inMicroseconds.hashCode;
The hash code of a duration is the hash code of its inMicroseconds.
int get hashCode => inMicroseconds.hashCode;