rootKeys property

List<TKey> rootKeys
latefinal

Root node IDs in order.

Returns an unmodifiable view of the internal list. The wrapper reflects mutations to _roots automatically.

Implementation

late final List<TKey> rootKeys = UnmodifiableListView<TKey>(_roots);