idsInOrder property

List<String> get idsInOrder

The visible element ids in order — stable handles for cursor positions.

Implementation

List<String> get idsInOrder => _visible().map((n) => n.id).toList();