nidOf method

int? nidOf(
  1. TKey key
)

Nid for key, or null when unregistered.

Implementation

int? nidOf(TKey key) => nids[key];