GlobalObjectNodeKey<T extends Node> constructor

const GlobalObjectNodeKey<T extends Node>(
  1. Object value
)

Creates a global key that uses identical on value for its operator==.

Implementation

const GlobalObjectNodeKey(this.value) : super.constructor();