namedPaths property

Map<String, NamedPath> namedPaths
final

List of NamedPath for route matching converted to a map of String to NamedPath. When a named route is pushed with Navigator.pushNamed, the route name from settings is used to match with NamedPath.pathName from this map to retrieve builder.

If builder is not null, then it will be used to create a route.

Implementation

final Map<String, NamedPath> namedPaths;