pageList property
List<TPage>
get
pageList
Synchronous non-null snapshot of the current loaded pages.
Implementation
List<TPage> get pageList => _data.value ?? const [];
Synchronous non-null snapshot of the current loaded pages.
List<TPage> get pageList => _data.value ?? const [];