historyPageTabs property

Iterable<(PageEntry, TabEntry, DateTime)> get historyPageTabs

Returns the history page tabs.

Implementation

Iterable<(PageEntry, TabEntry, DateTime)> get historyPageTabs => history.map((x) => (pages[x.$1], pages[x.$1].tabs[x.$2], x.$3));