children property

List<PdfTocEntry> children
final

The child entries nested under this entry, in document order.

An empty list means this is a leaf entry with no sub-items.

Implementation

final List<PdfTocEntry> children;