pages property

List<Page> pages
final

The list of Page in the route, the can be used to put in a Navigator

Each page may host other navigator to create nesting. This is not flatten.

Implementation

final List<Page> pages;