hashCode property

  1. @override
int hashCode
override

Returns a hash code for this local time.

Implementation

@override int get hashCode => timeSinceMidnight.inNanoseconds.hashCode;