hashCode property

  1. @override
int hashCode
override

Hash is based on year, month, day

Implementation

@override
int get hashCode => _hashCode ?? (_hashCode = hash3(year, month, day));