rootKeys property
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);
Root node IDs in order.
Returns an unmodifiable view of the internal list.
The wrapper reflects mutations to _roots automatically.
late final List<TKey> rootKeys = UnmodifiableListView<TKey>(_roots);