tocList property

Map<int, Toc>? get tocList

List of toc (table of content) items

Implementation

Map<int, Toc>? get tocList => _tocList;