getNodeFromHash method

dynamic getNodeFromHash(
  1. dynamic hash
)

Implementation

getNodeFromHash(hash) {
  return this.hashNodes[hash];
}