keyHashCode property
int
get
keyHashCode
Getting faster access to the hashCode of the child's key.
Implementation
int get keyHashCode => child.key.hashCode;
Getting faster access to the hashCode of the child's key.
int get keyHashCode => child.key.hashCode;