children property
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;
The child entries nested under this entry, in document order.
An empty list means this is a leaf entry with no sub-items.
final List<PdfTocEntry> children;