GlobalObjectNodeKey<T extends Node> constructor
const
GlobalObjectNodeKey<T extends Node> (
- Object value
Creates a global key that uses identical on value for its operator==.
Implementation
const GlobalObjectNodeKey(this.value) : super.constructor();