GlobalNodeKey<T extends Node>.constructor constructor
const
GlobalNodeKey<T extends Node>.constructor ()
Creates a global node key without a label.
Used by subclasses because the factory constructor shadows the implicit constructor.
Implementation
const GlobalNodeKey.constructor() : super.constructor();