historyPages property

Iterable<PageEntry> get historyPages

Returns the history pages.

Implementation

Iterable<PageEntry> get historyPages => history.map((x) => pages[x.$1]);