Key<T>.emptyKey constructor

Key<T>.emptyKey(
  1. Partition partition
)

Implementation

Key.emptyKey(Partition partition)
    : _parent = partition,
      type = null,
      id = null;