childNodeIndexes property

List<int>? childNodeIndexes
final

The indexes of the node's child nodes in the domNodes array returned by getSnapshot, if any.

Implementation

final List<int>? childNodeIndexes;