rootPageInstances property

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

The root Navigator's current page instances.

Implementation

List<StandardPageInterface> get rootPageInstances =>
    List<StandardPageInterface>.from(_rootPageInstances);