pageList property

List<TPage> get pageList

Synchronous non-null snapshot of the current loaded pages.

Implementation

List<TPage> get pageList => _data.value ?? const [];