Key<T>.emptyKey constructor
Key<T>.emptyKey (
- Partition partition
Implementation
Key.emptyKey(Partition partition)
: _parent = partition,
type = null,
id = null;