getIndex method
This is called by children to find their position in this outlines tree.
Implementation
int getIndex(PdfOutline outline) => outlines.indexOf(outline);
This is called by children to find their position in this outlines tree.
int getIndex(PdfOutline outline) => outlines.indexOf(outline);