name property

  1. @override
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

@override
final String? name;