uris property

List<Uri> uris

give you a read only access to the List of Uri you have in your navigator

Implementation

List<Uri> get uris => UnmodifiableListView(_uris);