name property

String? name
final

The name of this route.

Can be used to navigate to a route without knowing its URL path, by using the Router.pushNamed() and its related API.

Implementation

final String? name;