Returns a hash code based on hour, minute, second, and millisecond.
@override int get hashCode => Object.hash(hour, minute, second, millisecond);