hashCode property

  1. @override
int get hashCode
override

Returns a hash code based on the microsecond value of this time.

Implementation

@override
int get hashCode => inMicroseconds;