pageList property

List<Link> get pageList

Provides navigation to positions in the Publication content that correspond to the locations of page boundaries present in a print source being represented by this EPUB Publication.

Implementation

List<Link> get pageList => linksWithRole("pageList");