rootPageInstances property

List<StandardPageInterface<Object?, Object?>> get rootPageInstances

The root Navigator's current page instances.

Implementation

List<StandardPageInterface> get rootPageInstances =>
    Router.of(this).rootPageInstances;