keyHashCode property

int keyHashCode

Getting faster access to the hashCode of the child's key.

Implementation

int get keyHashCode => child.key.hashCode;