name property

String? name
final

A name for the route which will allow you to easily navigate to it using VRouter.of(context).pushNamed

Note that name should be unique w.r.t every VRouteElement

Implementation

final String? name;