ComponentKey.unique constructor
ComponentKey.unique()
Creates a key that is unique, each instance will only be equal to itself.
Implementation
ComponentKey.unique() : _internalHash = _idx++;
Creates a key that is unique, each instance will only be equal to itself.
ComponentKey.unique() : _internalHash = _idx++;