orderNids property

Int32List get orderNids

Underlying nid buffer. Read-only access for hot loops — do not mutate directly; use the insert/remove methods. Entries beyond length carry stale data from prior mutations.

Implementation

Int32List get orderNids => _orderNids;