length property

int get length

Number of nid slots ever allocated (including freed slots currently in the recycle pool). Per-nid dense arrays maintained by the caller must have capacity at least this value.

Implementation

int get length => _nidToKey.length;